mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e37cac7820
- devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2 - devel/py-tempstorage: 2.12.1 -> 2.12.2 - security/py-AccessControl: 2.13.8 -> 2.13.12
23 lines
485 B
Makefile
23 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tempstorage
|
|
PORTVERSION= 2.12.2
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= RAM-based storage for ZODB
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}zope.testing>0:${PORTSDIR}/devel/py-zope.testing
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|