blob: c963d4f9431a47adbd2776f4d91c9bf2e70a4e09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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
MAN3= Net::CIDR.3
NO_STAGE= yes
.include <bsd.port.mk>
|