diff options
author | az <az@FreeBSD.org> | 2013-09-06 17:21:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 17:21:19 +0800 |
commit | 2bdce4049306b53c8c072373e933015579b8f798 (patch) | |
tree | 31f9decc63133fb11f18e2ffde4c5fa535c2355e /net/p5-Net-Whois-RIPE | |
parent | d898f4c349d25e6680685249170a40eac9f63fac (diff) | |
download | freebsd-ports-gnome-2bdce4049306b53c8c072373e933015579b8f798.tar.gz freebsd-ports-gnome-2bdce4049306b53c8c072373e933015579b8f798.tar.zst freebsd-ports-gnome-2bdce4049306b53c8c072373e933015579b8f798.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/p5-Net-Whois-RIPE')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index f0ffe94443f0..d3123e136579 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Whois::Object.3 \ Net::Whois::Object::AsBlock.3 \ |