diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 22:22:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-01 22:22:52 +0800 |
commit | 7a08df11cdae5dc955c5c27bc7dd3415e5a80191 (patch) | |
tree | e33164822279ae93a7bf88955911f48ce7fa4d53 /databases | |
parent | 5c7314780764f57558298481aa570054dfe2ddca (diff) | |
download | freebsd-ports-gnome-7a08df11cdae5dc955c5c27bc7dd3415e5a80191.tar.gz freebsd-ports-gnome-7a08df11cdae5dc955c5c27bc7dd3415e5a80191.tar.zst freebsd-ports-gnome-7a08df11cdae5dc955c5c27bc7dd3415e5a80191.zip |
- Add LICENSE
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-Schema-PopulateMore/Makefile | 17 |
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> |