freebsd-ports/net-mgmt/p5-NetAddr-IP/Makefile
Anton Berezin fcd33f6dd9 Update to 4.038. Slightly change the minor version naming scheme
to reflect the upstream's reality.

Changes:	http://search.cpan.org/dist/NetAddr-IP/Changes
PR:		153745
Sibmitted by:	ashish
2011-01-10 11:16:58 +00:00

27 lines
589 B
Makefile

# 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= 4.038
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::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>