2013-07-31 06:54:09 +00:00
|
|
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
2003-04-29 07:25:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DNS-Config
|
|
|
|
PORTVERSION= 0.66
|
2014-11-26 13:08:24 +00:00
|
|
|
PORTREVISION= 1
|
2003-09-05 04:54:37 +00:00
|
|
|
CATEGORIES= dns perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-29 07:25:58 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 00:14:11 +00:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2003-04-29 07:25:58 +00:00
|
|
|
COMMENT= DNS::Config is set of perl modules for name service configurations
|
|
|
|
|
2014-05-25 12:36:37 +00:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-07-31 06:54:09 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure patch
|
2003-04-29 07:25:58 +00:00
|
|
|
|
2003-07-06 13:15:19 +00:00
|
|
|
post-patch:
|
|
|
|
${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \
|
|
|
|
${XARGS} ${PERL} -pi -e '$$_="" if /^use 5/;' \
|
|
|
|
-e '$$_="" if /(use|no) warnings/;'
|
2003-04-29 07:25:58 +00:00
|
|
|
|
|
|
|
post-install:
|
2013-11-03 07:46:27 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2003-04-29 07:25:58 +00:00
|
|
|
|
2003-07-06 13:15:19 +00:00
|
|
|
.include <bsd.port.mk>
|