aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlobject/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-29 02:50:54 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-29 02:50:54 +0000
commit77c0b9b093eff4e48b212f851208d9ae34cf464e (patch)
tree5c1c816f93889cd02bf553a0ee0c0c230ee903d9 /databases/py-sqlobject/Makefile
parentca086e412d30b228c14eb560c37904501d776dfe (diff)
Notes
Diffstat (limited to 'databases/py-sqlobject/Makefile')
-rw-r--r--databases/py-sqlobject/Makefile5
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