mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
272 B
Makefile
18 lines
272 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= NetAddr-IP
|
|
PORTVERSION= 4.075
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Work with IPv4 and IPv6 addresses and subnets
|
|
|
|
USES= perl5
|
|
USE_PERL5= patch configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|