2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Garrett Wollman <wollman@lcs.mit.edu>
|
1999-12-25 16:57:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= Chart-PNGgraph
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTVERSION= 1.21
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 8
|
1999-12-25 16:57:14 +01:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-23 14:25:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-12-25 16:57:14 +01:00
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2014-05-09 05:51:40 +02:00
|
|
|
COMMENT= Perl module for generating presentation graphics (i.e., charts)
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
1999-12-25 16:57:14 +01:00
|
|
|
|
2012-06-04 18:53:46 +02:00
|
|
|
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
|
|
|
|
p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
1999-12-25 16:57:14 +01:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
1999-12-25 16:57:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|