aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-DNS-Zone
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-25 12:36:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-25 12:36:32 +0000
commit0a848e39606977b782c2a5bc20e38419db7a675f (patch)
tree411cc44d3bf4bb28f21a160af27e838c267bc75d /dns/p5-DNS-Zone
parent332367c2b5eab11cc546f93447e8d2fc899af8cf (diff)
downloadports-0a848e39606977b782c2a5bc20e38419db7a675f.tar.gz
ports-0a848e39606977b782c2a5bc20e38419db7a675f.zip
- Add LICENSE
- Convert to new options framework - Pass maintainership to submitter - While I'm here, simplify Makefile PR: ports/189506 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=355163
Diffstat (limited to 'dns/p5-DNS-Zone')
-rw-r--r--dns/p5-DNS-Zone/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/p5-DNS-Zone/Makefile b/dns/p5-DNS-Zone/Makefile
index 4248ad468d31..51edc0a5271c 100644
--- a/dns/p5-DNS-Zone/Makefile
+++ b/dns/p5-DNS-Zone/Makefile
@@ -3,14 +3,18 @@
PORTNAME= DNS-Zone
PORTVERSION= 0.85
-PORTREVISION= 0
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= DNS::Zone is set of perl modules for name service zone files
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+OPTIONS_DEFINE= DOCS
+
USES= perl5
USE_PERL5= configure patch
@@ -20,9 +24,7 @@ post-patch:
-e '$$_="" if /(use|no) warnings/;'
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>