aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-Netmask/Makefile
blob: 5c51cf646cf6726cdc6d35755a74e6b042716079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wei-chun Chao
# $FreeBSD$

PORTNAME=   Net-Netmask
PORTVERSION=    1.9019
PORTREVISION=   1
CATEGORIES= net-mgmt perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Perl module to parse, manipulate, and lookup IP network blocks

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>