freebsd-ports/japanese/py-kanjilib/Makefile

24 lines
509 B
Makefile
Raw Normal View History

# 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
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
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
.include <bsd.port.post.mk>