pkgsrc/devel/p5-CPAN-Changes/Makefile
wen 6d5a43029a Update to 0.400002
Upstream changes:
0.400002 - 2015-06-21
  - revert whitespace changes that were inadvertantly included in previous
    release.
  - escape curly brackets in test to avoid warning in perl 5.22

0.400001 - 2015-05-23
  - accept either UTF-8 or ISO-8859-1 files and decode them
  - only treat bracketed text if it is on its own line with no other brackets
  - bump version.pm prereq to make sure it works properly
  - Let long tokens (like URLs) overflow rather than splitting them into
    multiple likes
  - Don't wrap on non-breaking spaces
  - Clean up packaging
  - Return undef for dates or notes that don't exist
  - Quote meta chars to fix a problem that clobbered dates
    with timezones due to the '+' char (GH #20)
2015-07-11 09:20:13 +00:00

23 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/07/11 09:20:13 wen Exp $
DISTNAME= CPAN-Changes-0.400002
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/CPAN-Changes
COMMENT= Read and write Changes files
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= #empty
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/CPAN/Changes/.packlist
PERL5_REQD+= 5.10
PERL5_REQD+= 5.11.4 # version >= 0.79
PERL5_REQD+= 5.2 # Text::Wrap >= 0
PERL5_REQD+= 5.13.4 # Test::More >= 0.96
PERL5_REQD+= 5.15.2 # ExtUtils::MakeMaker >= 6.59
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"