987d623ce5
2.120 Wed Mar 16 01:39:57 CET 2005 - '-base', and '-places' options for $RE {num} {int}. '-group' can now take arguments for the form 'N,M'. - New file: t/number/integer.t - Comments for BML, INTERCAL (JP), and CQL. - Regexp::Common::SEN nits. - Many more tests. - ca. 223k tests in 56 files.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/11/23 22:14:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Regexp-Common-2.120
|
|
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_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Regexp/Common/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|