summaryrefslogtreecommitdiff
path: root/misc/p5-Msgcat/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2003-01-13 12:56:50 +0000
committermanu <manu@pkgsrc.org>2003-01-13 12:56:50 +0000
commitdffe9cd007db3435998e3ada50f870b32e3f4b5a (patch)
tree5424c5b399e1ce5f4548a608a21970253be58fe0 /misc/p5-Msgcat/Makefile
parente51ff31757afebcae0d17877a93dbf1fa95cf5c0 (diff)
downloadpkgsrc-dffe9cd007db3435998e3ada50f870b32e3f4b5a.tar.gz
perl5 module providing access to the message catalog functions.
Diffstat (limited to 'misc/p5-Msgcat/Makefile')
-rw-r--r--misc/p5-Msgcat/Makefile20
1 files changed, 20 insertions, 0 deletions
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"