aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 17:12:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 17:12:06 +0000
commit918274c6d3881e465828e1e7fee923c9f54339e2 (patch)
tree4f96cec9b0acbaaa386bcd23d5f0491298aae076 /graphics/p5-GD-Graph
parente8c4f4a38eaa9168caa371c3ecc3562ef63541d2 (diff)
downloadports-918274c6d3881e465828e1e7fee923c9f54339e2.tar.gz
ports-918274c6d3881e465828e1e7fee923c9f54339e2.zip
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r--graphics/p5-GD-Graph/Makefile11
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>