diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 04:41:21 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 04:41:21 +0000 |
commit | fece09b24000c9f40401fedd348788a64a5e8eb1 (patch) | |
tree | 2b27ae000720be7b0c3bf2f6405b98f2e98d3b84 /misc | |
parent | 5d95745cc0f99312b129c07cba54079f974831c9 (diff) | |
download | pkgsrc-fece09b24000c9f40401fedd348788a64a5e8eb1.tar.gz |
Import p5-Locale-Maketext-Simple-0.12.
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for
module authors.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/DESCR | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/Makefile | 18 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/p5-Locale-Maketext-Simple/DESCR b/misc/p5-Locale-Maketext-Simple/DESCR new file mode 100644 index 00000000000..da6219d4981 --- /dev/null +++ b/misc/p5-Locale-Maketext-Simple/DESCR @@ -0,0 +1,3 @@ +This module is a simple wrapper around Locale::Maketext::Lexicon, +designed to alleviate the need of creating Language Classes for +module authors. diff --git a/misc/p5-Locale-Maketext-Simple/Makefile b/misc/p5-Locale-Maketext-Simple/Makefile new file mode 100644 index 00000000000..e83abd8ffe6 --- /dev/null +++ b/misc/p5-Locale-Maketext-Simple/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:21 epg Exp $ + +DISTNAME= Locale-Maketext-Simple-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Simple interface to Locale::Maketext::Lexicon + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/Maketext/Simple/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Locale-Maketext-Simple/PLIST b/misc/p5-Locale-Maketext-Simple/PLIST new file mode 100644 index 00000000000..2f98550dc08 --- /dev/null +++ b/misc/p5-Locale-Maketext-Simple/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:21 epg Exp $ diff --git a/misc/p5-Locale-Maketext-Simple/distinfo b/misc/p5-Locale-Maketext-Simple/distinfo new file mode 100644 index 00000000000..2c3ae28b8a7 --- /dev/null +++ b/misc/p5-Locale-Maketext-Simple/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:21 epg Exp $ + +SHA1 (Locale-Maketext-Simple-0.12.tar.gz) = eb7ba1a44a124df3ce84138078ecb9993f7a113b +Size (Locale-Maketext-Simple-0.12.tar.gz) = 13215 bytes |