pkgsrc/textproc/p5-Regexp-Common/Makefile
wen 044e725396 Update to 2016060801
Upstream changes:
Version 2016060801 Wed Jun  8 14:40:04 CEST 2016
+ Removed the optional leading 0 from Australian postal codes -- use -lax
  to enable this feature.
+ Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
  German, French, and Norwegian postal codes, only matching actual
  valid codes.
  This implies rewriting their tests from scratch.
+ Added patterns for postal codes for Liechtenstein, Luxembourg,
  Monaco, San Marino, and Vatican City.
+ 2315992 tests in 73 files.
2016-07-24 06:17:08 +00:00

18 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.27 2016/07/24 06:17:08 wen Exp $
#
DISTNAME= Regexp-Common-2016060801
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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Regexp/Common/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"