2012-11-01 12:29:47 +01:00
|
|
|
# Created by: Christopher N. Harrell <cnh@ivmg.net>
|
2000-07-27 17:32:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= NetAddr-IP
|
2013-05-27 10:48:15 +02:00
|
|
|
PORTVERSION= 4.069
|
2013-07-10 15:42:41 +02:00
|
|
|
PORTREVISION= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-07-27 17:32:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module for working with IP addresses and blocks thereof
|
2000-07-27 17:32:23 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-08-22 12:48:30 +02:00
|
|
|
MAN3= NetAddr::IP.3 \
|
2011-11-28 12:21:12 +01:00
|
|
|
NetAddr::IP::InetBase.3 \
|
2006-08-22 12:48:30 +02:00
|
|
|
NetAddr::IP::Lite.3 \
|
|
|
|
NetAddr::IP::Util.3 \
|
|
|
|
NetAddr::IP::UtilPP.3
|
2000-07-27 17:32:23 +02:00
|
|
|
|
2006-08-22 12:48:30 +02:00
|
|
|
post-patch:
|
|
|
|
${PERL} -ni -e 'print unless /^=head1/../^=cut/' ${WRKSRC}/Lite/Util/Makefile.PL
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|