Initial import of 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.
This commit is contained in:
parent
f6d4a7e848
commit
3e1cbd47ec
21
devel/p5-Locale-Maketext-Simple/Makefile
Normal file
21
devel/p5-Locale-Maketext-Simple/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
|
||||
|
||||
COMMENT= "simple interface to Locale::Maketext::Lexicon"
|
||||
|
||||
DISTNAME= Locale-Maketext-Simple-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Locale-Maketext-Simple/distinfo
Normal file
3
devel/p5-Locale-Maketext-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Locale-Maketext-Simple-0.12.tar.gz) = 9a65312da2ae8d59f898151f9c044383
|
||||
RMD160 (Locale-Maketext-Simple-0.12.tar.gz) = d5719bfd7d812a971c4a08f8399f885646a0dad8
|
||||
SHA1 (Locale-Maketext-Simple-0.12.tar.gz) = eb7ba1a44a124df3ce84138078ecb9993f7a113b
|
6
devel/p5-Locale-Maketext-Simple/pkg/DESCR
Normal file
6
devel/p5-Locale-Maketext-Simple/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This module is a simple wrapper around Locale::Maketext::Lexicon,
|
||||
designed to alleviate the need of creating Language Classes for module
|
||||
authors.
|
||||
|
||||
If Locale::Maketext::Lexicon is not present, it implements a minimal
|
||||
localization function, so the program can function normally.
|
5
devel/p5-Locale-Maketext-Simple/pkg/PLIST
Normal file
5
devel/p5-Locale-Maketext-Simple/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
|
||||
${P5SITE}/Locale/
|
||||
${P5SITE}/Locale/Maketext/
|
||||
${P5SITE}/Locale/Maketext/Simple.pm
|
||||
@man man/man3p/Locale::Maketext::Simple.3p
|
Loading…
Reference in New Issue
Block a user