diff options
Diffstat (limited to 'dns/p5-Net-Nslookup/Makefile')
-rw-r--r-- | dns/p5-Net-Nslookup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile index 657fab306ae0..4c450ffe6a2a 100644 --- a/dns/p5-Net-Nslookup/Makefile +++ b/dns/p5-Net-Nslookup/Makefile @@ -13,7 +13,8 @@ COMMENT= Provides the capabilities of the standard tool nslookup(1) BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::Nslookup.3 |