Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 18:44:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401146 - head/dns/p5-Net-DRI
Message-ID:  <201511091844.tA9IihYT099152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511091844.tA9IihYT099152>