diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-01 23:11:04 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-01 23:11:04 +0000 |
| commit | c12d3994cbb40cb3a0177dab851e2d124bf78df5 (patch) | |
| tree | 04f4902fa9c1939128902b40740e262aa47ce7dd /databases/py-sqlobject/Makefile | |
| parent | - Update to 0.4.0 (diff) | |
Add py-sqlobject, a Python class that allows you to translate RDBMS table rows
into Python objects, and manipulate those objects to transparently manipulate
the database.
PR: ports/68501
Submitted by: Choe, Cheng-Dae <whitekid@netian.com>
Diffstat (limited to 'databases/py-sqlobject/Makefile')
| -rw-r--r-- | databases/py-sqlobject/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile new file mode 100644 index 000000000000..7f8b6a4a5ec2 --- /dev/null +++ b/databases/py-sqlobject/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: py-sqlobject +# Date created: 24 June 2004 +# Whom: "Choe, Cheng-Dae" whitekid +# +# $FreeBSD$ +# + +PORTNAME= sqlobject +PORTVERSION= 0.5.2 +CATEGORIES= databases python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= SQLObject-${PORTVERSION} + +MAINTAINER= whitekid@netian.com +COMMENT= A python object for manipulation with SQL table row + +# Someone will add SQLite, Firebird and DBMConnection support things. +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb \ + ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |
