freebsd-ports/net/p5-Net-CIDR-Lite/Makefile
Michael Haro f5672d8f6f Add p5-Net-CIDR-Lite - A faster alternative to Net::CIDR when merging a
large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.
2004-01-16 22:06:24 +00:00

22 lines
513 B
Makefile

# New ports collection makefile for: p5-Net-CIDR-Lite
# Date created: Fri Jan 16 12:32:39 PST 2004
# Whom: mharo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Net-CIDR-Lite
PORTVERSION= 0.15
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= mharo@FreeBSD.org
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
PERL_CONFIGURE= yes
MAN3= Net::CIDR::Lite.3
.include <bsd.port.mk>