mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
447 B
Makefile
21 lines
447 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
|
|
|
|
post-patch:
|
|
${PERL} -ni -e 'print unless /^=head1/../^=cut/' ${WRKSRC}/Lite/Util/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|