aboutsummaryrefslogtreecommitdiff
path: root/databases/zodb3/Makefile
blob: a7572594b37a7b262c4b02e9cd665216f0330f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=	ports@freebsd.org
COMMENT=	The Z - Object Database for python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

post-install:
	@ ${SH} ${PKGREQ} INSTALL

eNU_CONFIGURE=	yes

.include <bsd.port.mk>