9e9638f661
- Remove obsolete URL in DESCR. - Add blank HOMEPAGE. Changes are below (with my poor translation): 2.11-2.13 Fixed those bugs: * wrong target string for replacement was specified in __z2h_jis(). * z2h() fail in processing a katakana which would never have a sonant mark but attached a sonant mark. 2.10-2.11 * jcode.pl works on perl with therad enabled.
23 lines
669 B
Makefile
23 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/06/20 16:22:06 taca 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
|
|
CATEGORIES= japanese
|
|
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_PERL5= yes
|
|
NO_WRKSUBDIR= # defined
|
|
NO_BUILD= # defined
|
|
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/jcode.pl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|