freebsd-ports/net-mgmt/p5-NetAddr-IP/Makefile
Andrej Zverev 0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00

26 lines
567 B
Makefile

# Created by: Christopher N. Harrell <cnh@ivmg.net>
# $FreeBSD$
PORTNAME= NetAddr-IP
PORTVERSION= 4.069
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module for working with IP addresses and blocks thereof
USES= perl5
USE_PERL5= patch configure
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>