6996827c55
WARNINGS: INCOMPATIBLE CHANGE in version 2.119: The $N settings for the -keep option of US postal codes ($RE {zip} {US} {-keep}) have been changed. See the Regexp::Common::zip for details. 2.119 Sat Jan 1 17:57:01 CET 2005 - Changed -keep settings of $RE {zip} {US}. - Replaced occurrences of '\d' with '[0-9]' in number.pm and net.pm, because with Unicode more characters than just 0 - 9 will match '\d'. - Moved part of the tests of t/test_comment.t into different files in t/comment. - t/Common.pm now also tests OO and sub versions. - Fixed regex for J comments. - $VERSION nit in Regexp::Common::URI::RFC2384 - POD nit in Regexp::Common::_support (Mike Castle) - POD nit in Regexp::Common::comment. - 176048 tests in 53 files. 2.118 Wed Dec 15 00:16:09 CET 2004 - Introduced Regexp::Common::_support. - Disabled the '-prefix' option for Danish zip codes if the Perl version is older than 5.005_03, as they triggered bugs. 5.005_03 and more recent versions of Perl don't have this problem. - Fixed the generic OO routines. (They never worked correctly). - 134191 tests in 49 files. Set HOMEPAGE while here.
20 lines
566 B
Makefile
20 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/03/01 22:30:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Regexp-Common-2.119
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/
|
|
COMMENT= Provide commonly requested regular expressions
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Regexp/Common/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|