freebsd-ports/graphics/p5-Chart/Makefile

26 lines
517 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-chart
# Date Created: 8 April 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= Chart
2012-04-01 21:52:53 +02:00
PORTVERSION= 2.4.5
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHARTGRP
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= A perl5 interface to build chart graphics
2012-01-13 05:57:20 +01:00
BUILD_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD
2010-10-19 01:52:01 +02:00
RUN_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD
PERL_CONFIGURE= yes
2006-04-11 17:04:30 +02:00
MAN3= Chart.3
.include <bsd.port.mk>