freebsd-ports/japanese/pycodec-zope/Makefile
Pav Lucistnik dc8f27e3b8 - Don't be clever about what Python version Zope needs; depend on the Zope to
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
2007-08-01 22:24:03 +00:00

19 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"