1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/japanese/jcode.pl/Makefile
TAKATSU Tomonari ee45b61d33 - Update MASTER_SITES to make fetchable
- Fix command lines in the do-install target
  * not to use undefined variable: INSTALL_DIR
  * not to use SITE_PERL that contains LOCALBASE
2011-05-28 01:38:04 +00:00

33 lines
743 B
Makefile

# New ports collection makefile for: jcode.pl
# Date created: 20 February 1998
# Whom: sada
#
# $FreeBSD$
#
PORTNAME= jcode.pl
PORTVERSION= 2.13
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/ \
http://srekcah.org/jcode/
EXTRACT_SUFX= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl library for Japanese character code conversion
USE_PERL5_RUN= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
PLIST_FILES= %%SITE_PERL%%/${PORTNAME}
do-install:
${MKDIR} ${PREFIX}/${SITE_PERL_REL}/
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
.include <bsd.port.mk>