dc8f27e3b8
get the always correct Python version via infrastructure. The extra dependency on Zope is not a problem, IMHO, as the sole purpose of this port is to depend on same Python version as Zope depends; thus the port is only going to be used as a dependency for Zope ports. With hat: portmgr
18 lines
429 B
Makefile
18 lines
429 B
Makefile
# New ports collection makefile for: Python JapaneseCodec (for Zope)
|
|
# Date created: 15 March 2005
|
|
# Whom: HAYASHI Yasushi <yasi@yasi.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -zope
|
|
COMMENT= Python JapaneseCodecs works fine with Zope
|
|
MASTERDIR= ${.CURDIR}/../../japanese/pycodec
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
PKGMESSAGE= ${MASTERDIR}/pkg-message
|
|
|
|
USE_ZOPE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|