0757d39a5f
Changes: https://metacpan.org/changes/distribution/NetAddr-IP PR: 197014 Submitted by: Sergei Vyshenski Approved by: maintainer (implicit)
16 lines
321 B
Makefile
16 lines
321 B
Makefile
# Created by: Christopher N. Harrell <cnh@ivmg.net>
|
|
# $FreeBSD$
|
|
|
|
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>
|