freebsd-ports/databases/zodb/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

26 lines
609 B
Makefile

# New ports collection makefile for: zodb
# Date created: 18 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zodb
PORTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= databases python
MASTER_SITES= http://www.zope.org/Products/StandaloneZODB/
DISTNAME= StandaloneZODB-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
COMMENT= The Zope Object Database, a persistent object database for Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
USE_PYTHON= yes
USE_PYDISTUTILS= yes
pre-install:
@ ${SH} ${PKGREQ} INSTALL
.include <bsd.port.mk>