svn commit: r468525 - head/dns/p5-Net-Domain-TLD

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 28 09:03:54 UTC 2018


Author: amdmi3
Date: Sat Apr 28 09:03:53 2018
New Revision: 468525
URL: https://svnweb.freebsd.org/changeset/ports/468525

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

Modified:
  head/dns/p5-Net-Domain-TLD/Makefile

Modified: head/dns/p5-Net-Domain-TLD/Makefile
==============================================================================
--- head/dns/p5-Net-Domain-TLD/Makefile	Sat Apr 28 09:02:38 2018	(r468524)
+++ head/dns/p5-Net-Domain-TLD/Makefile	Sat Apr 28 09:03:53 2018	(r468525)
@@ -10,7 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vivek at khera.org
 COMMENT=	Look up and validate TLDs
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list