diff options
author | manu <manu@pkgsrc.org> | 2003-01-13 12:56:50 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-01-13 12:56:50 +0000 |
commit | dffe9cd007db3435998e3ada50f870b32e3f4b5a (patch) | |
tree | 5424c5b399e1ce5f4548a608a21970253be58fe0 | |
parent | e51ff31757afebcae0d17877a93dbf1fa95cf5c0 (diff) | |
download | pkgsrc-dffe9cd007db3435998e3ada50f870b32e3f4b5a.tar.gz |
perl5 module providing access to the message catalog functions.
-rw-r--r-- | misc/p5-Msgcat/DESCR | 1 | ||||
-rw-r--r-- | misc/p5-Msgcat/Makefile | 20 | ||||
-rw-r--r-- | misc/p5-Msgcat/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Msgcat/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/p5-Msgcat/DESCR b/misc/p5-Msgcat/DESCR new file mode 100644 index 00000000000..3b18f3cc9b8 --- /dev/null +++ b/misc/p5-Msgcat/DESCR @@ -0,0 +1 @@ +perl5 module providing access to the message catalog functions. diff --git a/misc/p5-Msgcat/Makefile b/misc/p5-Msgcat/Makefile new file mode 100644 index 00000000000..b8da6115d6a --- /dev/null +++ b/misc/p5-Msgcat/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/13 12:56:50 manu Exp $ +# + +DISTNAME= Msgcat-1.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5lco +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= +COMMENT= perl5 module to use the message catalog functions + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/Msgcat/.packlist + +WRKSRC= ${WRKDIR}/Msgcat + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Msgcat/PLIST b/misc/p5-Msgcat/PLIST new file mode 100644 index 00000000000..6655a49da54 --- /dev/null +++ b/misc/p5-Msgcat/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/13 12:56:50 manu Exp $ diff --git a/misc/p5-Msgcat/distinfo b/misc/p5-Msgcat/distinfo new file mode 100644 index 00000000000..098f3253efb --- /dev/null +++ b/misc/p5-Msgcat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/13 12:56:50 manu Exp $ + +SHA1 (Msgcat-1.01.tar.gz) = e473962a3bb2b1d242a4f8adfc5ad8fb444f5129 +Size (Msgcat-1.01.tar.gz) = 3172 bytes |