svn commit: r355163 - head/dns/p5-DNS-Zone

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:36:33 UTC 2014


Author: sunpoet
Date: Sun May 25 12:36:32 2014
New Revision: 355163
URL: http://svnweb.freebsd.org/changeset/ports/355163
QAT: https://qat.redports.org/buildarchive/r355163/

Log:
  - 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 at gmail.com>

Modified:
  head/dns/p5-DNS-Zone/Makefile

Modified: head/dns/p5-DNS-Zone/Makefile
==============================================================================
--- head/dns/p5-DNS-Zone/Makefile	Sun May 25 12:36:28 2014	(r355162)
+++ head/dns/p5-DNS-Zone/Makefile	Sun May 25 12:36:32 2014	(r355163)
@@ -3,14 +3,18 @@
 
 PORTNAME=	DNS-Zone
 PORTVERSION=	0.85
-PORTREVISION=	0
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at 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>


More information about the svn-ports-all mailing list