mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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>
This commit is contained in:
parent
332367c2b5
commit
0a848e3960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355163
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user