- Add LICENSE
- Remove outdated PERL_LEVEL check
This commit is contained in:
parent
14bf92a611
commit
d542ba4d80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346655
1 changed files with 4 additions and 7 deletions
|
@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= SMTP Protocol Implementation
|
COMMENT= SMTP Protocol Implementation
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||||
p5-POE-Session-MultiDispatch>=0:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch \
|
p5-POE-Session-MultiDispatch>=0:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch \
|
||||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
||||||
|
@ -19,10 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 501400
|
|
||||||
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Reference in a new issue