diff options
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 0feb008066c8..115795a36ceb 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -11,6 +11,9 @@ DISTNAME= GDGraph-${DISTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Graph plotting module for perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -18,10 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.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> +.include <bsd.port.mk> |