- Add LICENSE
- Remove outdated PERL_LEVEL check
This commit is contained in:
parent
aac06e1c7a
commit
7098f7fa30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346662
1 changed files with 4 additions and 8 deletions
|
@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easy OO access to the FreshBooks.com API
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
|
||||
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
||||
p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
|
||||
|
@ -38,11 +41,4 @@ TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
RUN_DEPENDS+= p5-parent>=0.224:${PORTSDIR}/devel/p5-parent
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue