aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-CIDR/Makefile
blob: bdef20be1b16807dd0093d2136f37e6262d0a7ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   Net-CIDR
PORTVERSION=    0.18
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>