pkgsrc/devel/p5-Net-Netmask/Makefile
obache df2c22ab2c Update p5-Net-Netmask to 1.9015.
from CHANGELOG:
= 2006/11/30 1.9015

Fix bug # 22662 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized leftovers.

= 2006/10/13 1.9014

Fix bug # 22085 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized holes.

= 2006/09/06 1.9013

Added the nextblock() method as suggested by Robert Drake <rdrake at stayonline.net>

Bugfix: it couldn't parse 10/8 or 127/8
2006-12-08 14:41:11 +00:00

16 lines
440 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/12/08 14:41:11 obache Exp $
DISTNAME= Net-Netmask-1.9015
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= charlie@rubberduck.com
COMMENT= Perl5 module to parse and manipulate IP network blocks
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Net/Netmask/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"