1998-04-11 15:51:42 +02:00
|
|
|
# New ports collection makefile for: p5-chart
|
|
|
|
# Date Created: 8 April 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-04-11 15:51:42 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-04-11 15:51:42 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Chart
|
2010-10-19 01:52:01 +02:00
|
|
|
PORTVERSION= 2.4.2
|
1998-04-11 15:51:42 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-14 12:48:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1998-04-11 15:51:42 +02:00
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A perl5 interface to build chart graphics
|
1998-04-11 15:51:42 +02:00
|
|
|
|
2010-10-19 01:52:01 +02:00
|
|
|
RUN_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
1998-04-11 15:51:42 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1998-04-11 15:51:42 +02:00
|
|
|
|
2006-04-11 17:04:30 +02:00
|
|
|
MAN3= Chart.3
|
1998-04-11 15:51:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|