diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index e9c7ef73c650..4dc3a5101411 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Perl extension for manipulating IPv4/IPv6 addresses -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IP.3 |