- Updating package for Net::CIDR to 0.13 Upstream changes: 0.12 Thu Nov 30 23:40:18 EST 2006 - cidr2octets: 0.0.0.0/0 will expand out to the entire IPv4 address space - be more informative when we croak. 0.13 Sun Jan 18 19:51:43 EST 2009 - Fix some documentation typos.
18 lines
481 B
Makefile
18 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/12 09:28:27 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Net-CIDR-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl5 module to manipulate IPv4/IPv6 netblocks in CIDR notation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/CIDR/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|