From be570c8407d98dfb5ccec86617386047ce537d6e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 May 2014 12:36:37 +0000 Subject: [PATCH] - Add LICENSE - Convert to new options framework - Pass maintainership to submitter - While I'm here, simplify Makefile PR: ports/189507 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- dns/p5-DNS-Config/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dns/p5-DNS-Config/Makefile b/dns/p5-DNS-Config/Makefile index acde5d4aec7a..23e2972c7e99 100644 --- a/dns/p5-DNS-Config/Makefile +++ b/dns/p5-DNS-Config/Makefile @@ -3,14 +3,18 @@ PORTNAME= DNS-Config PORTVERSION= 0.66 -PORTREVISION= 0 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= DNS::Config is set of perl modules for name service configurations +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