6843d12368
Changes since 0.62 ================== [Changes for 0.64 - 2007-05-28] * Locale::Maketext::Extract: Extraction wasn't able to deal with escaped quotes within single- and double-quoted strings. (Bump version to 0.22.) Contributed by: Matthew O'Connor [Changes for 0.63 - 2007-02-07] * Locale::Maketext::Lexicon used to generated mysterious error "next at ..." instead of skipping the locale, when the requested .po file does not exist. Contributed by: Ruslan U. Zakirov
21 lines
633 B
Makefile
21 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/07/01 18:21:14 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Locale-Maketext-Lexicon-0.64
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://search.cpan.org/~autrijus/Locale-Maketext-Lexicon/
|
|
COMMENT= Use other catalog formats in Maketext
|
|
|
|
DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Locale/Maketext/Lexicon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|