1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Remove outdated PERL_LEVEL check
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-01 17:12:06 +00:00
parent e8c4f4a38e
commit 918274c6d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346653

View File

@ -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>