freebsd-ports/databases/py-cdb/Makefile

22 lines
528 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-cdb
# Date created: 03 December 2001
# Whom: Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#
PORTNAME= cdb
PORTVERSION= 0.32
CATEGORIES= databases python
MASTER_SITES= http://pilcrow.madison.wi.us/python-${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= jason@mastaler.com
2003-02-21 12:15:57 +01:00
COMMENT= Python interface to D. J. Bernstein's CDB (constant database) library
USE_PYTHON= yes
2002-04-29 15:33:57 +02:00
USE_PYDISTUTILS= yes
.include <bsd.port.mk>