28 lines
526 B
Makefile
28 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/10/08 08:22:39 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Python unicode codecs for Chinese, Japanese and Korean
|
|
|
|
DISTNAME= cjkcodecs-1.1.1
|
|
PKGNAME= py-${DISTNAME}p2
|
|
CATEGORIES= converters
|
|
|
|
HOMEPAGE= http://cjkpython.berlios.de/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS:=cjkpython/}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
.include <bsd.port.mk>
|