diff options
author | epg <epg> | 2004-09-26 04:41:21 +0000 |
---|---|---|
committer | epg <epg> | 2004-09-26 04:41:21 +0000 |
commit | 4e9987a4fb22054ffbc7fa044245fa3868135833 (patch) | |
tree | 2b27ae000720be7b0c3bf2f6405b98f2e98d3b84 | |
parent | ff91d0aa2505c7779598984fda2795ae763f6a98 (diff) | |
download | pkgsrc-4e9987a4fb22054ffbc7fa044245fa3868135833.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.
-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 |