12d2ac4e10
Very fast matches large lists of IP addresses against many CIDR subnets and calculates IP address ranges.
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:09:41 simon Exp $
|
|
|
|
COMMENT= computing subnets in large scale networks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Subnets-0.21
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|