543896a513
useful for Zope world which is running python 2.3 PR: ports/78864 Submitted by: HAYASHI Yasushi <yasi@yasi.to>
17 lines
425 B
Makefile
17 lines
425 B
Makefile
# New ports collection makefile for: Python JapaneseCodec (for Zope)
|
|
# Date created: 15 March 2005
|
|
# Whom: HAYASHI Yasushi <yasi@yasi.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -zope
|
|
COMMENT= Python JapaneseCodecs works fine with Zope
|
|
MASTERDIR= ${.CURDIR}/../../japanese/pycodec
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
PKGMESSAGE= ${MASTERDIR}/pkg-message
|
|
|
|
PYTHON_VERSION= python2.3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|