diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-25 09:05:35 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-25 09:05:35 +0000 |
commit | 78b38f79d9696a0942cc4d555677048b88da5f05 (patch) | |
tree | 1869f79c1dafa192f993ec937fd76172f1690330 /graphics/p5-GD-Graph | |
parent | 95df543e23d860f02de08a39c3cfafea7e49bf45 (diff) | |
download | ports-78b38f79d9696a0942cc4d555677048b88da5f05.tar.gz ports-78b38f79d9696a0942cc4d555677048b88da5f05.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/pkg-descr | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 0bfa51148d77..d38440d20373 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -25,4 +25,10 @@ MAN3= GD::Graph.3 \ GD::Graph::colour.3 \ GD::Graph::hbars.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.58:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-GD-Graph/pkg-descr b/graphics/p5-GD-Graph/pkg-descr index 8ea9413c8c03..a129807c6d7f 100644 --- a/graphics/p5-GD-Graph/pkg-descr +++ b/graphics/p5-GD-Graph/pkg-descr @@ -1 +1,3 @@ GD::Graph is a perl5 module to create charts using the GD module. + +WWW: http://search.cpan.org/dist/GDGraph/ |