aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-nkf
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2005-05-10 08:58:42 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2005-05-10 08:58:42 +0000
commite3361bb17accb10bd23bc80d2dc733ccc4fd6017 (patch)
tree2b447287f09d4cfd4d65bd93d9a205c938e58e1b /japanese/p5-nkf
parent5f35726c43458e6a17511fab92fcac14b5926663 (diff)
downloadports-e3361bb17accb10bd23bc80d2dc733ccc4fd6017.tar.gz
ports-e3361bb17accb10bd23bc80d2dc733ccc4fd6017.zip
Update to 2.05, and also, make ja-p5-nkf a slave port of ja-nkf.
Notes
Notes: svn path=/head/; revision=134976
Diffstat (limited to 'japanese/p5-nkf')
-rw-r--r--japanese/p5-nkf/Makefile13
-rw-r--r--japanese/p5-nkf/distinfo2
-rw-r--r--japanese/p5-nkf/pkg-descr2
3 files changed, 6 insertions, 11 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile
index eb270be39c64..3d9bb97074f7 100644
--- a/japanese/p5-nkf/Makefile
+++ b/japanese/p5-nkf/Makefile
@@ -5,18 +5,15 @@
# $FreeBSD$
#
-PORTNAME= nkf
-PORTVERSION= 2.04
CATEGORIES= japanese perl5
-MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
PKGNAMEPREFIX= ja-p5-
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/}
-
-MAINTAINER= max@FreeBSD.org
COMMENT= A perl extension module to use NKF
-
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/NKF.mod
+PATCHDIR= ${.CURDIR}/files
MAN3= NKF.3
+MASTERDIR= ${.CURDIR}/../nkf
-.include <bsd.port.mk>
+.include "${MASTERDIR}/../nkf/Makefile"
diff --git a/japanese/p5-nkf/distinfo b/japanese/p5-nkf/distinfo
deleted file mode 100644
index bbbba31f1a04..000000000000
--- a/japanese/p5-nkf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (nkf204.tar.gz) = e1e0624a81dbc8a6f4516307704f5f8a
-SIZE (nkf204.tar.gz) = 107085
diff --git a/japanese/p5-nkf/pkg-descr b/japanese/p5-nkf/pkg-descr
index 9c0866894fd0..edcde7108fa0 100644
--- a/japanese/p5-nkf/pkg-descr
+++ b/japanese/p5-nkf/pkg-descr
@@ -1,6 +1,6 @@
This is a Perl extension module to use NKF.
-Te syntax is as follows:
+The syntax is as follows:
use NKF;
$output = nkf ($flags, $input)