diff options
author | demon <demon@FreeBSD.org> | 2002-06-24 05:46:40 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-06-24 05:46:40 +0000 |
commit | e5abfa5b042d689c870baa32bb70aad563075c15 (patch) | |
tree | 13f6d64d2cf183787d0a920034c7a895f6413438 /graphics/p5-GD-Graph/Makefile | |
parent | 1d46d1951480c69d788cf193cc613dd14f78f7be (diff) | |
download | FreeBSD-ports-e5abfa5b042d689c870baa32bb70aad563075c15.zip FreeBSD-ports-e5abfa5b042d689c870baa32bb70aad563075c15.tar.gz |
Update to 1.35
Submitted by: joerg
Diffstat (limited to 'graphics/p5-GD-Graph/Makefile')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 05ad430..629618e 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -6,14 +6,14 @@ # PORTNAME= GD-Graph -PORTVERSION= 1.33 +PORTVERSION= 1.35 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- DISTNAME= GDGraph-${PORTVERSION} -MAINTAINER= demon@FreeBSD.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil @@ -25,6 +25,7 @@ MAN3= GD::Graph.3 \ GD::Graph::Data.3 \ GD::Graph::Error.3 \ GD::Graph::FAQ.3 \ - GD::Graph::colour.3 + GD::Graph::colour.3 \ + GD::Graph::hbars.3 .include <bsd.port.mk> |