summaryrefslogtreecommitdiff
path: root/converters/p5-jcode/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 13:00:17 +0000
committerseb <seb@pkgsrc.org>2002-05-31 13:00:17 +0000
commitb9c49dceb4d3c13082afc7301c533f5dbb22b6a5 (patch)
tree5c04b07fd5211220340e40f43395bb00196370ff /converters/p5-jcode/Makefile
parent38e2b241c21fb6eb3e827a97f233584c31f59d1f (diff)
downloadpkgsrc-b9c49dceb4d3c13082afc7301c533f5dbb22b6a5.tar.gz
Reimport of package p5-jcode from japanese/p5-jcode into converters/p5-jcode.
This is part of the japanese category retirement. CATEGORIES adjusted.
Diffstat (limited to 'converters/p5-jcode/Makefile')
-rw-r--r--converters/p5-jcode/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/converters/p5-jcode/Makefile b/converters/p5-jcode/Makefile
new file mode 100644
index 00000000000..e7bd8bd1cd4
--- /dev/null
+++ b/converters/p5-jcode/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:17 seb Exp $
+# FreeBSD Id: Makefile,v 1.2 1999/01/17 10:56:40 vanilla Exp $
+
+DISTNAME= jcode.pl-2.13
+PKGNAME= p5-jcode-2.13
+SVR4_PKGNAME= p5jc2
+CATEGORIES= japanese converters
+MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
+ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
+EXTRACT_SUFX=
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= # not available
+COMMENT= Perl library for Japanese character code conversion
+
+USE_BUILDLINK_ONLY= YES
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= # defined
+EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PERL5_SITELIB}/jcode.pl
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"