Date: Sun, 24 Jun 2018 09:07:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473190 - head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion Message-ID: <201806240907.w5O97Ex6005511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jun 24 09:07:14 2018 New Revision: 473190 URL: https://svnweb.freebsd.org/changeset/ports/473190 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile Modified: head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile ============================================================================== --- head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile Sun Jun 24 08:46:09 2018 (r473189) +++ head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile Sun Jun 24 09:07:14 2018 (r473190) @@ -11,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Force coercion when validating type constraints +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240907.w5O97Ex6005511>