diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 09:38:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 09:38:24 +0000 |
commit | 5bbeeb5fcac4d1b8a2cd5a497575333e009121c0 (patch) | |
tree | 7dcf7de7e33877455bd2b393beaee5142def3940 /graphics/p5-Imager-Graph/Makefile | |
parent | 64fefeadfc24b99542b50ba039e741b683529144 (diff) | |
download | ports-5bbeeb5fcac4d1b8a2cd5a497575333e009121c0.tar.gz ports-5bbeeb5fcac4d1b8a2cd5a497575333e009121c0.zip |
Notes
Diffstat (limited to 'graphics/p5-Imager-Graph/Makefile')
-rw-r--r-- | graphics/p5-Imager-Graph/Makefile | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile index bffd576d4e85..1857bfd15a2a 100644 --- a/graphics/p5-Imager-Graph/Makefile +++ b/graphics/p5-Imager-Graph/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Imager-Graph -PORTVERSION= 0.07 -PORTREVISION= 3 +PORTVERSION= 0.09 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +14,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl extension for producing Graphs using the Imager library -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager +RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager PERL_CONFIGURE= yes -MAN3= Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \ - Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \ - Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \ - Imager::Graph::Util.3 Imager::Graph::Vertical.3 +MAN3= Imager::Graph.3 \ + Imager::Graph::Area.3 \ + Imager::Graph::Bar.3 \ + Imager::Graph::Column.3 \ + Imager::Graph::Horizontal.3 \ + Imager::Graph::Line.3 \ + Imager::Graph::Pie.3 \ + Imager::Graph::StackedColumn.3 \ + Imager::Graph::Util.3 \ + Imager::Graph::Vertical.3 .include <bsd.port.mk> |