svn commit: r467583 - head/devel/p5-Scope-Guard

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 17 09:03:42 UTC 2018


Author: amdmi3
Date: Tue Apr 17 09:03:41 2018
New Revision: 467583
URL: https://svnweb.freebsd.org/changeset/ports/467583

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

Modified:
  head/devel/p5-Scope-Guard/Makefile

Modified: head/devel/p5-Scope-Guard/Makefile
==============================================================================
--- head/devel/p5-Scope-Guard/Makefile	Tue Apr 17 08:48:25 2018	(r467582)
+++ head/devel/p5-Scope-Guard/Makefile	Tue Apr 17 09:03:41 2018	(r467583)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	v.a.popov at gmail.com
 COMMENT=	Lexically scoped resource management
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list