Pav Lucistnik 7047852936 - Update to 0.6
PR:		ports/72027
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2004-10-11 22:34:21 +00:00

27 lines
735 B
Makefile

# Ports collection makefile for: py-sqlobject
# Date created: 24 June 2004
# Whom: "Choe, Cheng-Dae" whitekid
#
# $FreeBSD$
#
PORTNAME= sqlobject
PORTVERSION= 0.6
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SQLObject-${PORTVERSION}
MAINTAINER= whitekid@gmail.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>