freebsd-ports/databases/py-cdb/Makefile
Patrick Li 2744bb2a08 Update to 0.32
PR:		34319
Submitted by:	maintainer
2002-01-27 15:58:07 +00:00

27 lines
576 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.32
CATEGORIES= databases python
MASTER_SITES= http://pilcrow.madison.wi.us/python-${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
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>