aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-cdb/Makefile
blob: 3cc403dd0700d215c25e33c6936912eca6ea87d7 (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
26
# New ports collection makefile for:    py-cdb
# Date created:             03 December 2001
# Whom:                 Jason R. Mastaler <jason@mastaler.com>
#
# $FreeBSD$
#

PORTNAME=   cdb
PORTVERSION=    0.31.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>