pkgsrc/textproc/p5-Regexp-Common/Makefile
hiramatsu 4fb882815a Update p5-Regexp-Common to 2011041701.
Changes from previous:
Version 2011041701 Sun Apr 17 14:22:58 CEST 2011
+ Fix documentation (matches should be match). Reported by cogent@cpan.org
  in RT ticket 2833.
+ Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net)

Version 2011041602 Sat Apr 16 17:06:28 CEST 2011
+ Fix typo in repository (avar@cpan.org)

Version 2011041601 Sat Apr 16 16:07:29 CEST 2011
+ Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer
  match a single dot.
2011-10-21 04:02:55 +00:00

21 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.15 2011/10/21 04:02:55 hiramatsu Exp $
#
DISTNAME= Regexp-Common-2011041701
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/
COMMENT= Provide commonly requested regular expressions
LICENSE= mit OR modified-bsd OR artistic OR artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Regexp/Common/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"