aboutsummaryrefslogtreecommitdiff
path: root/devel/py-sqlcc/Makefile
blob: d7c2cdf357a364b646b9842e6ebaf079d56542ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$

PORTNAME=	sqlcc
PORTVERSION=	0.3.2
CATEGORIES=	devel databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Python SQL Command Composer

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pythk>=0:devel/pythk

USES=		python
USE_PYTHON=	distutils

.include <bsd.port.mk>