32abce4f02
- Convert to new header format Changes: http://cpansearch.perl.org/src/MIKER/NetAddr-IP-4.066/Changes Feature safe: yes
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# Created by: Christopher N. Harrell <cnh@ivmg.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetAddr-IP
|
|
PORTVERSION= 4.066
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl module for working with IP addresses and blocks thereof
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= NetAddr::IP.3 \
|
|
NetAddr::IP::InetBase.3 \
|
|
NetAddr::IP::Lite.3 \
|
|
NetAddr::IP::Util.3 \
|
|
NetAddr::IP::UtilPP.3
|
|
|
|
post-patch:
|
|
${PERL} -ni -e 'print unless /^=head1/../^=cut/' ${WRKSRC}/Lite/Util/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|