diff options
Diffstat (limited to 'net/p5-Net-Whois-RIPE/Makefile')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 278409923eb3..214f7854567c 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -16,11 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org COMMENT= Implementation of RIPE Whois -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois::RIPE::Iterator.3 \ Net::Whois::RIPE::Object.3 \ Net::Whois::RIPE.3 |