aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-PopulateMore
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 14:22:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 14:22:52 +0000
commit5a38992694d0880d413f086dd2dabcc880198aef (patch)
treee33164822279ae93a7bf88955911f48ce7fa4d53 /databases/p5-DBIx-Class-Schema-PopulateMore
parenteb35e662d1866d0694e2f68702370bdc6de6db7f (diff)
downloadports-5a38992694d0880d413f086dd2dabcc880198aef.tar.gz
ports-5a38992694d0880d413f086dd2dabcc880198aef.zip
- Add LICENSE
- Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=346627
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-PopulateMore')
-rw-r--r--databases/p5-DBIx-Class-Schema-PopulateMore/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile b/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
index 862ad4b0b62a..79cdf5507fa3 100644
--- a/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
+++ b/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile
@@ -11,15 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@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:${PORTSDIR}/databases/p5-DBD-SQLite \
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>