mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
0757d39a5f
Changes: https://metacpan.org/changes/distribution/NetAddr-IP PR: 197014 Submitted by: Sergei Vyshenski Approved by: maintainer (implicit)
17 lines
321 B
Makefile
17 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>
|