diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:12:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:12:06 +0800 |
commit | 7e7beb2c2cab400b2c22d7c56e59902a1345d2e8 (patch) | |
tree | 4f96cec9b0acbaaa386bcd23d5f0491298aae076 /graphics | |
parent | e2a4ecc87f9bc6502ca183915a9423dbe4e82180 (diff) | |
download | freebsd-ports-gnome-7e7beb2c2cab400b2c22d7c56e59902a1345d2e8.tar.gz freebsd-ports-gnome-7e7beb2c2cab400b2c22d7c56e59902a1345d2e8.tar.zst freebsd-ports-gnome-7e7beb2c2cab400b2c22d7c56e59902a1345d2e8.zip |
- Add LICENSE
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'graphics')
-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> |