aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-CIDR/Makefile
blob: 60ec63125a1ca88412e575b2698a30b9731b0686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>