28 lines
528 B
Makefile
28 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/07/09 19:31:07 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "Python unicode codecs for Chinese, Japanese and Korean"
|
|
|
|
DISTNAME= cjkcodecs-1.1.1
|
|
PKGNAME= py-${DISTNAME}p1
|
|
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>
|