6a07c0e8c0
zodb3 is different from zodb which is already in the database ports collection. 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. PR: ports/46108 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# New ports collection makefile for: zodb3
|
|
# Date created: 8 Dezember 2002
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zodb3
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.zope.org/Products/ZODB3.1/
|
|
DISTNAME= ZODB3-${PORTVERSION}
|
|
|
|
MAINTAINER= martin.klaffenboeck@gmx.at
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-install:
|
|
@ ${SH} ${PKGREQ} INSTALL
|
|
|
|
eNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|