svn commit: r401146 - head/dns/p5-Net-DRI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 9 18:44:44 UTC 2015


Author: sunpoet
Date: Mon Nov  9 18:44:42 2015
New Revision: 401146
URL: https://svnweb.freebsd.org/changeset/ports/401146

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

Modified:
  head/dns/p5-Net-DRI/Makefile

Modified: head/dns/p5-Net-DRI/Makefile
==============================================================================
--- head/dns/p5-Net-DRI/Makefile	Mon Nov  9 18:44:39 2015	(r401145)
+++ head/dns/p5-Net-DRI/Makefile	Mon Nov  9 18:44:42 2015	(r401146)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Perl library to access Domain Name Registries/Registrars
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-ISO8601>0.06:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
 		p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
@@ -29,6 +33,7 @@ RUN_DEPENDS=	p5-DateTime>0:${PORTSDIR}/d
 		p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list