Changes from previous: ---------------------- 0.21 Wed Mar 28 14:34:18 2007 - Fix RT Tickets: - 14535: Fix spanner clean() docs (reported by carbon at pobox.com). - 25898: Undef dereference with empty object (patch by Adam Tomason). - 30777: Add short_list_range() method (patch by Josef Kutej). - 48308: clean() or list() before add() causes error (reported by David Cawley). - 50042: spanner add() did not accept non-object (patch by Tomo.M). - 52571: "::" not accepted as valid IPv6 address (reported by Tim Wilde).
22 lines
602 B
Makefile
22 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.13 2011/12/13 00:32:14 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Net-CIDR-Lite-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ncl
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-CIDR-Lite/
|
|
COMMENT= Perl extension for merging IPv4/v6 CIDR addresses
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/CIDR/Lite/.packlist
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|