2004-01-15 22:10:21 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2004/01/16 03:10:21 kevlo Exp $
|
2003-12-29 02:34:58 -05:00
|
|
|
|
|
|
|
COMMENT= "Python unicode codecs for Chinese, Japanese and Korean"
|
|
|
|
|
2004-01-15 22:10:21 -05:00
|
|
|
DISTNAME= cjkcodecs-1.0.3
|
2003-12-29 02:34:58 -05:00
|
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= converters
|
|
|
|
|
|
|
|
HOMEPAGE= http://cjkpython.berlios.de/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2003-12-29 21:01:12 -05:00
|
|
|
# BSD
|
2003-12-29 02:34:58 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://download.berlios.de/cjkpython/
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
MODULES= python
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|