svn commit: r487141 - head/textproc/p5-Regexp-IPv6

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 10 09:01:36 UTC 2018


Author: amdmi3
Date: Mon Dec 10 09:01:35 2018
New Revision: 487141
URL: https://svnweb.freebsd.org/changeset/ports/487141

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

Modified:
  head/textproc/p5-Regexp-IPv6/Makefile

Modified: head/textproc/p5-Regexp-IPv6/Makefile
==============================================================================
--- head/textproc/p5-Regexp-IPv6/Makefile	Mon Dec 10 08:54:34 2018	(r487140)
+++ head/textproc/p5-Regexp-IPv6/Makefile	Mon Dec 10 09:01:35 2018	(r487141)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Regular expression for IPv6 addresses
 
+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