svn commit: r491922 - head/misc/p5-Array-FileReader

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 2 09:00:43 UTC 2019


Author: amdmi3
Date: Sat Feb  2 09:00:42 2019
New Revision: 491922
URL: https://svnweb.freebsd.org/changeset/ports/491922

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

Modified:
  head/misc/p5-Array-FileReader/Makefile

Modified: head/misc/p5-Array-FileReader/Makefile
==============================================================================
--- head/misc/p5-Array-FileReader/Makefile	Sat Feb  2 08:04:11 2019	(r491921)
+++ head/misc/p5-Array-FileReader/Makefile	Sat Feb  2 09:00:42 2019	(r491922)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Lazily tie files to arrays for reading
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list