c903e3d112
ChangeLog: Revision history for Perl suite Locale::Maketext 2008-05-28 Adriano Ferreira * Release 1.13 New maintainer. No noteworthy changes. When debugging is turned on, "DEBUG and warn" is now used instead of "DEBUG and print". It makes web applications happier. CPAN RT #36238 2007-11-17 * Release 1.12 Many doc changes from RT. Silenced some "used only once" warnings under Perl 5.10. $@ is now localized in case it gets interpolated. This was added a while ago, but now there's a test for it, too. Added warnings and strict to tests. Cleaning up some Perl::Critic gripes. 2007-05-07 Andy Lester * Release 1.11_01 Fixed perlbug #33938 http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393 Started cleaning up source per Perl::Critic.
21 lines
566 B
Makefile
21 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.11 2008/07/23 15:36:01 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Locale-Maketext-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5lmt
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext/
|
|
COMMENT= Perl framework for localization
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-I18N-LangTags>=0.30:../../misc/p5-I18N-LangTags
|
|
|
|
PERL5_PACKLIST= auto/Locale-Maketext/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|