mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1d28d00540
with Python's syntax, no more string composing. You can insert, update, and query with sqlcc. Even you can initial a database with schema defined with sqlcc. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc PR: ports/110925 Submitted by: Thinker K.F. Li <thinker at branda.to>
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# 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>
|