mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
16 lines
279 B
Makefile
16 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-CIDR
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
|
COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|