diff options
Diffstat (limited to 'net/p5-Net-CIDR-Lite')
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index c97657cdc131..644714d66cab 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-CIDR-Lite -# Date created: Fri Jan 16 12:32:39 PST 2004 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= Net-CIDR-Lite PORTVERSION= 0.21 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CIDR::Lite.3 |