Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/zope.mk
| Show All 13 Lines | |||||
| # MAINTAINER: zope@FreeBSD.org | # MAINTAINER: zope@FreeBSD.org | ||||
| .if !defined(_INCLUDE_USES_ZOPE_MK) | .if !defined(_INCLUDE_USES_ZOPE_MK) | ||||
| _INCLUDE_USES_ZOPE_MK= yes | _INCLUDE_USES_ZOPE_MK= yes | ||||
| _ZOPE_PORTBRANCH= 2.13 | _ZOPE_PORTBRANCH= 2.13 | ||||
| _ZOPE_ALLBRANCHES= 2.13 | _ZOPE_ALLBRANCHES= 2.13 | ||||
| _PYTHON_VER_REQUIRED= python2.7 | _PYTHON_VER_REQUIRED= cpython2.7 | ||||
| .if defined(ZOPE_VERSION) | .if defined(ZOPE_VERSION) | ||||
| _ZOPE_VERSION:= ${ZOPE_VERSION} | _ZOPE_VERSION:= ${ZOPE_VERSION} | ||||
| .else | .else | ||||
| _ZOPE_VERSION:= ${_ZOPE_PORTBRANCH} | _ZOPE_VERSION:= ${_ZOPE_PORTBRANCH} | ||||
| .endif | .endif | ||||
| # Validate Zope version whether it meets USE_ZOPE version restriction. | # Validate Zope version whether it meets USE_ZOPE version restriction. | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||