diff options
author | dougb <dougb@FreeBSD.org> | 2003-04-07 07:24:48 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-04-07 07:24:48 +0800 |
commit | 2c10ca90c186dcbbd02efb9c47b7ea10c986159c (patch) | |
tree | bfa1385c2b6344d8fe0d199ab1d266e67766e1ea /dns/p5-Net-DNS/Makefile | |
parent | dff56da18e2470baf72b006a934611abad07314b (diff) | |
download | freebsd-ports-gnome-2c10ca90c186dcbbd02efb9c47b7ea10c986159c.tar.gz freebsd-ports-gnome-2c10ca90c186dcbbd02efb9c47b7ea10c986159c.tar.zst freebsd-ports-gnome-2c10ca90c186dcbbd02efb9c47b7ea10c986159c.zip |
Update to version 0.34, which has better handling for multi-string TXT RR's,
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().
Convert to ${SITE_PERL}
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 19f02b700006..daa85219bbd0 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.33 -PORTREVISION= 1 +PORTVERSION= 0.34 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,7 +16,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dymanic updates # Warnings during build are harmless, the port does not need these to build -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes @@ -43,7 +42,7 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS |