mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
18 lines
283 B
Makefile
18 lines
283 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-Netmask
|
|
PORTVERSION= 1.9022
|
|
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>
|
|
#EOF
|