freebsd-ports/japanese/p5-jcode.pl/Makefile
Akinori MUSHA 2e87c89fc5 Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports.

I just wonder how I could overlook this.  I thought I tested with Wnn,
netscape and so on.  *sigh*

Yes, I know how I can fix it, but I'd certainly back out first.

Reported by:	steve
Pointy hat to:	knu
2000-08-27 16:52:51 +00:00

37 lines
806 B
Makefile

# New ports collection makefile for: p5-jcode.pl
# Date created: 26 Jun 1998
# Whom: SADA Kenji <sada@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jcode.pl
PORTVERSION= 2.11
CATEGORIES= japanese 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= # none
MAINTAINER= sada@FreeBSD.org
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_WRKSUBDIR= YES
NO_BUILD= YES
USE_PERL5= YES
PLIST_SUB= INSTALL_BASE=${INSTALL_BASE}
INSTALL_BASE= lib/perl5/site_perl/${PERL_VER}
INSTALL_DIR= ${PREFIX}/${INSTALL_BASE}
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
do-install:
${MKDIR} ${INSTALL_DIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${INSTALL_DIR}/jcode.pl
.include <bsd.port.post.mk>