svn commit: r346627 - head/databases/p5-DBIx-Class-Schema-PopulateMore
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 14:22:53 UTC 2014
Author: sunpoet
Date: Sat Mar 1 14:22:52 2014
New Revision: 346627
URL: http://svnweb.freebsd.org/changeset/ports/346627
QAT: https://qat.redports.org/buildarchive/r346627/
Log:
- Add LICENSE
- Remove outdated PERL_LEVEL check
Modified:
head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
Modified: head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile Sat Mar 1 14:11:01 2014 (r346626)
+++ head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile Sat Mar 1 14:22:52 2014 (r346627)
@@ -11,15 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Enhanced populate method
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
p5-DateTimeX-Easy>=0.089:${PORTSDIR}/devel/p5-DateTimeX-Easy \
p5-List-MoreUtils>=0.30:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose
-RUN_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
- p5-DateTimeX-Easy>=0.089:${PORTSDIR}/devel/p5-DateTimeX-Easy \
- p5-List-MoreUtils>=0.30:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose
-
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBIx-Class>=0.08127:${PORTSDIR}/databases/p5-DBIx-Class \
p5-DateTime-Format-SQLite>=0.11:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
@@ -30,10 +29,4 @@ TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDI
USES= perl5
USE_PERL5= configure
-.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-all
mailing list