diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-29 02:50:54 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-29 02:50:54 +0000 |
commit | 77c0b9b093eff4e48b212f851208d9ae34cf464e (patch) | |
tree | 5c1c816f93889cd02bf553a0ee0c0c230ee903d9 /databases/py-sqlobject/Makefile | |
parent | ca086e412d30b228c14eb560c37904501d776dfe (diff) |
Notes
Diffstat (limited to 'databases/py-sqlobject/Makefile')
-rw-r--r-- | databases/py-sqlobject/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 3709164aade4..9bae50619196 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqlobject -PORTVERSION= 0.15.1 +PORTVERSION= 1.0.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ DISTNAME= SQLObject-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= A python object for manipulation with SQL table row -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode +RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install |