Date: Thu, 9 Jul 2015 15:43:29 +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: r391638 - head/dns/p5-Net-DNS-ZoneFile-Fast Message-ID: <201507091543.t69FhT53017848@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 9 15:43:28 2015 New Revision: 391638 URL: https://svnweb.freebsd.org/changeset/ports/391638 Log: - Add LICENSE - Add NO_ARCH Modified: head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Modified: head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile ============================================================================== --- head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Thu Jul 9 15:43:24 2015 (r391637) +++ head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile Thu Jul 9 15:43:28 2015 (r391638) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC RUN_DEPENDS:= ${BUILD_DEPENDS} +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?201507091543.t69FhT53017848>