blob: ebeafd1200f11961cb060adf7582de815b9550f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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"
|