mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
340 B
Makefile
21 lines
340 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-IP
|
|
PORTVERSION= 1.26
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|