svn commit: r391638 - head/dns/p5-Net-DNS-ZoneFile-Fast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 9 15:43:29 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list