1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Add LICENSE

- Remove outdated PERL_LEVEL check
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-01 17:24:54 +00:00
parent 9812136ea9
commit a911f403a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346660

View File

@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This is a simple HTML link extractor
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \
p5-URI>=1.09:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
@ -19,10 +22,4 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>