2002-09-05 00:29:37 +02:00
|
|
|
# New ports collection makefile for: py-kanjilib
|
|
|
|
# Date created: 5 September 2002
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kanjilib
|
2002-10-26 00:00:12 +02:00
|
|
|
PORTVERSION= 1.2
|
2002-09-05 00:29:37 +02:00
|
|
|
CATEGORIES= japanese python converters
|
|
|
|
MASTER_SITES= http://www.asahi-net.or.jp/~rd6t-kjym/python/kanjilib/dist/
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Japanese text processing library for Python
|
2002-09-05 00:29:37 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|