freebsd-ports/databases/py-cdb/Makefile
Pete Fritchman 3f77e0d6b2 Add py-cdb-0.22.a, a Python interface to D. J. Bernstein's CDB (constant
database) library

PR:		32489
Submitted by:	Jason R. Mastaler <jason@mastaler.com>
2001-12-04 09:40:13 +00:00

26 lines
570 B
Makefile

# New ports collection makefile for: py-cdb
# Date created: 03 December 2001
# Whom: Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#
PORTNAME= cdb
PORTVERSION= 0.22.a
CATEGORIES= databases python
MASTER_SITES= http://pilcrow.madison.wi.us/sw/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION:S/.a/a/}
MAINTAINER= jason@mastaler.com
BUILD_DEPENDS= ${PYDISTUTILS}
USE_PYTHON= yes
do-build:
(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)
do-install:
(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
.include <bsd.port.mk>