aboutsummaryrefslogtreecommitdiff
path: root/devel/py-sqlcc/Makefile
blob: ee16d888303d28cb9404183738f2da8b5b416b0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	py-sqlcc
# Date created:		2007-03-27
# Whom:			Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#

PORTNAME=	sqlcc
PORTVERSION=	0.2
CATEGORIES=	devel databases
MASTER_SITES=	http://master.branda.to/downloads/sqlcc/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thinker@branda.to
COMMENT=	The sqlcc is a Python SQL Command Composer

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>