svn commit: r470209 - head/devel/p5-Class-Factory-Util

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 17 09:04:10 UTC 2018


Author: amdmi3
Date: Thu May 17 09:04:09 2018
New Revision: 470209
URL: https://svnweb.freebsd.org/changeset/ports/470209

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Class-Factory-Util/Makefile

Modified: head/devel/p5-Class-Factory-Util/Makefile
==============================================================================
--- head/devel/p5-Class-Factory-Util/Makefile	Thu May 17 09:02:35 2018	(r470208)
+++ head/devel/p5-Class-Factory-Util/Makefile	Thu May 17 09:04:09 2018	(r470209)
@@ -11,7 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Utility functions for (factory) classes
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list