summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Encode/Makefile')
-rw-r--r--textproc/p5-Encode/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile
new file mode 100644
index 00000000000..d470f5c6ceb
--- /dev/null
+++ b/textproc/p5-Encode/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $
+
+DISTNAME= Encode-2.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
+COMMENT= Provides interfaces between strings and the rest of the system
+
+PERL5_REQD+= 5.7.3
+
+PERL5_PACKLIST= auto/Encode/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"