freebsd-ports/net-mgmt/p5-NetAddr-IP/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

28 lines
643 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.02.7
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/}
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>