From owner-svn-ports-all@freebsd.org Mon Nov 9 18:44:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B7A8A2AB96; Mon, 9 Nov 2015 18:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21EDF1442; Mon, 9 Nov 2015 18:44:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA9Iihm4099153; Mon, 9 Nov 2015 18:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IihYT099152; Mon, 9 Nov 2015 18:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IihYT099152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401146 - head/dns/p5-Net-DRI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 18:44:44 -0000 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