23 lines
509 B
Makefile
23 lines
509 B
Makefile
# New ports collection makefile for: py-kanjilib
|
|
# Date created: 5 September 2002
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kanjilib
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= japanese python converters
|
|
MASTER_SITES= http://www.asahi-net.or.jp/~rd6t-kjym/python/kanjilib/dist/
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Japanese text processing library for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
|
|
|
|
.include <bsd.port.post.mk>
|