diff options
Diffstat (limited to 'net/p5-NetAddr-IP/Makefile')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 8058bf5644a9..54ae0256110d 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,22 +1,22 @@ -# New ports collection makefile for: p5-NetAddr-IP -# Date created: 12 July 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> +# New ports collection makefile for: p5-NetAddr-IP +# Date created: 12 July 2000 +# Whom: Christopher N. Harrell <cnh@ivmg.net> # # $FreeBSD$ # PORTNAME= NetAddr-IP -PORTVERSION= 2.00 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTVERSION= 2.00 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= NetAddr PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@freebsd.org -USE_PERL5= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= NetAddr::IP.3 +USE_PERL5= yes +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= NetAddr::IP.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ |