aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pydbx/Makefile
blob: 7fd42b933407392255cc8f808966624a4157f0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    py-dbx
# Date created:     2005-12-18
# Whom:         David Phillips <david@acz.org>
#
# $FreeBSD$
#

PORTNAME=   pydbx
PORTVERSION=    0.14
CATEGORIES= databases python
MASTER_SITES=   http://david.acz.org/pydbx/ \
        http://ftp.giga.net.tw/OS/FreeBSD/distfiles/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= david@acz.org
COMMENT=    Simple SQL database abstraction layer for Python

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>