svn commit: r346654 - head/mail/p5-Net-IMAP-Simple
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 17:13:25 UTC 2014
Author: sunpoet
Date: Sat Mar 1 17:13:24 2014
New Revision: 346654
URL: http://svnweb.freebsd.org/changeset/ports/346654
QAT: https://qat.redports.org/buildarchive/r346654/
Log:
- Add LICENSE
- Remove outdated PERL_LEVEL check
Modified:
head/mail/p5-Net-IMAP-Simple/Makefile
Modified: head/mail/p5-Net-IMAP-Simple/Makefile
==============================================================================
--- head/mail/p5-Net-IMAP-Simple/Makefile Sat Mar 1 17:12:06 2014 (r346653)
+++ head/mail/p5-Net-IMAP-Simple/Makefile Sat Mar 1 17:13:24 2014 (r346654)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl extension for simple IMAP account handling
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Coro>=0:${PORTSDIR}/devel/p5-Coro \
p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
@@ -43,10 +46,4 @@ SX_BUILD_DEPENDS= p5-Parse-RecDescent>=0
SX_CONFIGURE_ENV= WITH_SX=true
SX_RUN_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list