svn commit: r480723 - head/devel/p5-Lexical-Persistence

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 26 09:08:31 UTC 2018


Author: amdmi3
Date: Wed Sep 26 09:08:30 2018
New Revision: 480723
URL: https://svnweb.freebsd.org/changeset/ports/480723

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

Modified:
  head/devel/p5-Lexical-Persistence/Makefile

Modified: head/devel/p5-Lexical-Persistence/Makefile
==============================================================================
--- head/devel/p5-Lexical-Persistence/Makefile	Wed Sep 26 08:43:28 2018	(r480722)
+++ head/devel/p5-Lexical-Persistence/Makefile	Wed Sep 26 09:08:30 2018	(r480723)
@@ -11,11 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jadawin at FreeBSD.org
 COMMENT=	Persistent lexical variable values for arbitrary calls
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Devel-LexAlias>=0.04:devel/p5-Devel-LexAlias \
 		p5-PadWalker>=1.1:devel/p5-PadWalker
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list