mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort *_DEPENDS - Remove outdated PERL_LEVEL check
This commit is contained in:
parent
74bf5ba557
commit
ae4d240808
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346657
@ -10,26 +10,22 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to online Jifty applications
|
||||
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
|
||||
p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
|
||||
p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
RUN_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
|
||||
BUILD_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user