summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
commit68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch)
tree0898749bb767b388765958548da12c5b50b3825d /dns
parentRemove p5-pRPC. (diff)
Remove do-configure section, use PERL_CONFIGURE now.
Notes
Notes: svn path=/head/; revision=38917
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile8
-rw-r--r--dns/p5-Net-DNS/pkg-descr1
2 files changed, 2 insertions, 7 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 8dce56d7200f..9e1750001df6 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
-USE_PERL5= yes
+PERL_CONFIGURE= yes
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \
Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \
@@ -28,9 +29,4 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \
Net::DNS::Update.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>
diff --git a/dns/p5-Net-DNS/pkg-descr b/dns/p5-Net-DNS/pkg-descr
index a4489531f96f..9c055dcb935f 100644
--- a/dns/p5-Net-DNS/pkg-descr
+++ b/dns/p5-Net-DNS/pkg-descr
@@ -42,4 +42,3 @@
Net::DNS::RR is the base class for DNS resource record
(RR) objects in the answer, authority, and additional
sections of a DNS packet.
-