mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f75b99c13a
PR: ports/108965 Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.RU> Approved by: maintainer timeout (perky; 2 months)
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# New ports collection makefile for: zodb3
|
|
# Date created: 8 Dezember 2002
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zodb
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.zope.org/Products/ZODB3.6/ZODB%20${PORTVERSION}/
|
|
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
|
|
DISTNAME= ZODB3-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= The Z - Object Database for python
|
|
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|