svn commit: r492834 - head/misc/p5-Array-PrintCols

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 13 09:00:45 UTC 2019


Author: amdmi3
Date: Wed Feb 13 09:00:44 2019
New Revision: 492834
URL: https://svnweb.freebsd.org/changeset/ports/492834

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

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

Modified: head/misc/p5-Array-PrintCols/Makefile
==============================================================================
--- head/misc/p5-Array-PrintCols/Makefile	Wed Feb 13 08:46:41 2019	(r492833)
+++ head/misc/p5-Array-PrintCols/Makefile	Wed Feb 13 09:00:44 2019	(r492834)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 module to print arrays of elements in sorted columns
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/GNU-LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list