summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-String/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Unicode-String/Makefile')
-rw-r--r--converters/p5-Unicode-String/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
new file mode 100644
index 00000000000..8d6dac72a42
--- /dev/null
+++ b/converters/p5-Unicode-String/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $
+#
+
+DISTNAME= Unicode-String-2.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.unicode.org/
+COMMENT= Perl5 modules to handle various Unicode issues
+
+DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+
+USE_BUILDLINK2= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Unicode/String/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"