pkgsrc/misc/p5-Locale-Maketext-Lexicon/Makefile
mef 740a5abac8 Update 0.91 to 1.00
[Changes for 1.00 - 2014-03-06]
* Add missing support for c.loc()

[Changes for 0.99 - 2014-02-03]
* Localise $/ correctly (TOKUHIROM)
  This change was missing from 0.97

[Changes for 0.98 - 2014-01-22]
* Exclude POT files (gerhardj)

[Changes for 0.97 - 2014-01-09]
* Localise $/ correctly (TOKUHIROM)

[Changes for 0.96 - 2013-06-28]
* Bumping - bad release

[Changes for 0.95 - 2013-06-28]
* Handle Haml blocks too (Calum Halcrow)

[Changes for 0.94 - 2013-05-07]
* Corrected spelling of Text::Haml
* xgettext.pl was not being installed

[Changes for 0.93 - 2013-03-28]
* Moved to Dist::Zilla
* Added support for HAML (Calum Halcrow)

[Changes for 0.92 - 2012-12-05]
* Fixed test for Perl 5.17.6+. (ANDK)
2014-12-13 04:13:49 +00:00

20 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.30 2014/12/13 04:13:49 mef Exp $
#
DISTNAME= Locale-Maketext-Lexicon-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/
COMMENT= Use other catalog formats in Maketext
LICENSE= mit
DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Locale/Maketext/Lexicon/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"