mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
create bsd12 branch
This commit is contained in:
24
python/zodb3/Makefile
Normal file
24
python/zodb3/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
||||
# $FreeBSD: head/databases/zodb3/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zodb
|
||||
PORTVERSION= 3.10.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
|
||||
DISTNAME= ZODB3-${PORTVERSION}
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Z - Object Database for python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:python/py-zconfig@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zdaemon>=0:python/py-zdaemon@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:python/py-transaction@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:python/py-zclockfile@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:python/py-zope.event@${PY_FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/zodb3/distinfo
Normal file
2
python/zodb3/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (ZODB3-3.10.5.tar.gz) = c857d8a97d331351a3b964f841c263ebf39c862fe1103563fa020a7df1137338
|
||||
SIZE (ZODB3-3.10.5.tar.gz) = 706036
|
||||
6
python/zodb3/pkg-descr
Normal file
6
python/zodb3/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
The ZODB package is a Python object persistence system.
|
||||
It provides the Z Object Database separately from Zope so
|
||||
it can be used in non-Zope related Python applications to
|
||||
provide transparent object-oriented persistency.
|
||||
|
||||
WWW: http://www.zodb.org/
|
||||
Reference in New Issue
Block a user