summaryrefslogtreecommitdiff
path: root/devel/py-sqlcc/Makefile
blob: 884ea84869da4eff77ce4b81c9be882ea29c38b4 (plain)
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:${PORTSDIR}/devel/pythk

USES=		python
USE_PYTHON=	distutils

.include <bsd.port.mk>