svn commit: r473190 - head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 24 09:07:15 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list