svn commit: r477861 - head/net/p5-Net-CIDR-Lite

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 23 09:08:10 UTC 2018


Author: amdmi3
Date: Thu Aug 23 09:08:09 2018
New Revision: 477861
URL: https://svnweb.freebsd.org/changeset/ports/477861

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

Modified:
  head/net/p5-Net-CIDR-Lite/Makefile

Modified: head/net/p5-Net-CIDR-Lite/Makefile
==============================================================================
--- head/net/p5-Net-CIDR-Lite/Makefile	Thu Aug 23 08:59:15 2018	(r477860)
+++ head/net/p5-Net-CIDR-Lite/Makefile	Thu Aug 23 09:08:09 2018	(r477861)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl extension for merging IPv4 or IPv6 CIDR 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