758d912e33
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
27 lines
712 B
Makefile
27 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/01/21 18:57:40 jlam Exp $
|
|
|
|
DISTNAME= jcode.pl-2.13
|
|
PKGNAME= p5-jcode-2.13
|
|
SVR4_PKGNAME= p5jc2
|
|
PKGREVISION= 2
|
|
CATEGORIES= japanese converters perl5
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
PERL5_CONFIGURE= NO
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PERL5_INSTALLVENDORLIB}/jcode.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|