1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/japanese/p5-jcode.pl/Makefile
Sergey Skvortsov 0f24c25f5a Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
2009-03-05 17:56:24 +00:00

38 lines
854 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.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/
EXTRACT_SUFX= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 library for Japanese character code conversion
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= ${SITE_PERL_REL}
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>