summaryrefslogtreecommitdiff
path: root/japanese/p5-nkf/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-10-11 06:23:43 +0000
committersakamoto <sakamoto>1999-10-11 06:23:43 +0000
commit5901f925a2a350c92053fba2777b4a787296eb96 (patch)
tree8555aa4cf379266b6c44dbb5a8a9a2af84264067 /japanese/p5-nkf/Makefile
parent224075c05c55e265f7481c2ec3d7313a15b2b142 (diff)
downloadpkgsrc-5901f925a2a350c92053fba2777b4a787296eb96.tar.gz
Initial import of p5-nkf-1.7
Perl library for Network Kanji code conversion Fileter
Diffstat (limited to 'japanese/p5-nkf/Makefile')
-rw-r--r--japanese/p5-nkf/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile
new file mode 100644
index 00000000000..071060936f3
--- /dev/null
+++ b/japanese/p5-nkf/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 06:23:43 sakamoto Exp $
+#
+
+DISTNAME= nkf-1.7
+PKGNAME= p5-nkf-1.7
+CATEGORIES= japanese converters
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+
+USE_PERL5= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/NKF
+
+do-configure:
+ @cd ${WRKSRC} && perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"