diff options
Diffstat (limited to 'net-mgmt/p5-Net-IPAddress/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-IPAddress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Net-IPAddress/Makefile b/net-mgmt/p5-Net-IPAddress/Makefile index 2a11a17ee64c..fb06bcdb155c 100644 --- a/net-mgmt/p5-Net-IPAddress/Makefile +++ b/net-mgmt/p5-Net-IPAddress/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IPAddress.3 |