svn commit: r346657 - head/net/p5-Net-Jifty
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 17:17:05 UTC 2014
Author: sunpoet
Date: Sat Mar 1 17:17:05 2014
New Revision: 346657
URL: http://svnweb.freebsd.org/changeset/ports/346657
QAT: https://qat.redports.org/buildarchive/r346657/
Log:
- Add LICENSE
- Sort *_DEPENDS
- Remove outdated PERL_LEVEL check
Modified:
head/net/p5-Net-Jifty/Makefile
Modified: head/net/p5-Net-Jifty/Makefile
==============================================================================
--- head/net/p5-Net-Jifty/Makefile Sat Mar 1 17:15:09 2014 (r346656)
+++ head/net/p5-Net-Jifty/Makefile Sat Mar 1 17:17:05 2014 (r346657)
@@ -10,26 +10,22 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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>
More information about the svn-ports-all
mailing list