2013-07-31 08:54:09 +02:00
|
|
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
2003-04-29 09:25:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DNS-Config
|
|
|
|
PORTVERSION= 0.66
|
|
|
|
PORTREVISION= 0
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-29 09:25:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-02-07 17:57:28 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-29 09:25:58 +02:00
|
|
|
COMMENT= DNS::Config is set of perl modules for name service configurations
|
|
|
|
|
2013-07-31 08:54:09 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure patch
|
2003-04-29 09:25:58 +02:00
|
|
|
|
2013-09-20 18:31:57 +02:00
|
|
|
NO_STAGE= yes
|
2003-07-06 15:15:19 +02: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 09:25:58 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2003-07-06 15:15:19 +02:00
|
|
|
.include <bsd.port.mk>
|