Files
bsdports/perl/p5-NetAddr-IP/Makefile
2019-12-26 07:26:06 +00:00

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