b2c558695b
Upstream changes: [Changes for 0.21 - 2009-08-17] * None [Changes for 0.20_02 - 2009-07-12] * How'd that MANIFEST vanish, anyway? [Changes for 0.20_01 - 2009-07-12] * MakeMaker Makefile.PL which takes into account the fact that we're now dual-lifed contributed by Jerry D. Hedden * Fix the i-default tests to skip if Local::Maketext::Lexicon is not installed as they fail - Tomas Doran
21 lines
633 B
Makefile
21 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/08/18 16:43:28 sno Exp $
|
|
|
|
DISTNAME= Locale-Maketext-Simple-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~audreyt/Locale-Maketext-Simple/
|
|
COMMENT= Simple interface to Locale::Maketext::Lexicon
|
|
LICENSE= mit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Locale/Maketext/Simple/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|