diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 05:19:51 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 05:19:51 +0000 |
commit | 42891ae1582134305cf393fdfa250852229f7b0e (patch) | |
tree | a64d002871f65276c16450f31440af8d37505c31 /graphics/p5-Chart/Makefile | |
parent | 0278cc890dead1735b713bdb2d6475cf85ac4e76 (diff) | |
download | ports-42891ae1582134305cf393fdfa250852229f7b0e.tar.gz ports-42891ae1582134305cf393fdfa250852229f7b0e.zip |
update graphics/p5-chart: 1.0.1 --> 2.2
PR: 52240
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=83942
Diffstat (limited to 'graphics/p5-Chart/Makefile')
-rw-r--r-- | graphics/p5-Chart/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index f8d47dcc0677..5492a3f6d948 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -6,20 +6,19 @@ # PORTNAME= Chart -PORTVERSION= 1.0.1 +PORTVERSION= 2.2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= m@absolight.net COMMENT= A perl5 interface to build chart graphics -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD2 PERL_CONFIGURE= yes -MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +#MAN3= Chart.3 .include <bsd.port.mk> |