aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Tie-DNS/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-01-07 02:16:18 +0800
committerleeym <leeym@FreeBSD.org>2009-01-07 02:16:18 +0800
commit26c83ba664e11bf7bf5031f4af6bd6a2fd1f2425 (patch)
treeec372c33fc114f80ef433a48b3d979ee290ed567 /dns/p5-Tie-DNS/Makefile
parent8ef21a396d8627cdfced24744c2bacb7cb0c9453 (diff)
downloadfreebsd-ports-graphics-26c83ba664e11bf7bf5031f4af6bd6a2fd1f2425.tar.gz
freebsd-ports-graphics-26c83ba664e11bf7bf5031f4af6bd6a2fd1f2425.tar.zst
freebsd-ports-graphics-26c83ba664e11bf7bf5031f4af6bd6a2fd1f2425.zip
- update to 0.61
Diffstat (limited to 'dns/p5-Tie-DNS/Makefile')
-rw-r--r--dns/p5-Tie-DNS/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile
index 28d4e53be27..b2d9aac1bf5 100644
--- a/dns/p5-Tie-DNS/Makefile
+++ b/dns/p5-Tie-DNS/Makefile
@@ -6,27 +6,32 @@
#
PORTNAME= Tie-DNS
-PORTVERSION= 0.5
+PORTVERSION= 0.6.1
PORTEPOCH= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tie interface to p5-Net-DNS
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Net-DNS>=0.12:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Tie-Cache>=0.01:${PORTSDIR}/devel/p5-Tie-Cache
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tie::DNS.3
+.if !defined(NOPORTEXAMPLES)
+
+PORTEXAMPLES= *
+
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/eg/* ${EXAMPLESDIR}
+
.endif
.include <bsd.port.mk>