Date: Sat, 1 Mar 2014 14:22:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346627 - head/databases/p5-DBIx-Class-Schema-PopulateMore Message-ID: <201403011422.s21EMqac001338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011422.s21EMqac001338>