aboutsummaryrefslogtreecommitdiff
path: root/www/py-webhelpers/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-11-03 07:40:27 +0000
committerWen Heping <wen@FreeBSD.org>2010-11-03 07:40:27 +0000
commitde50dfa1eec7a51dd76429dfbd49097f95841615 (patch)
tree01fac7c660a45f84f4c444f7a39ae4359d2b5871 /www/py-webhelpers/Makefile
parent6608d50315491b75ca5a59ec71fb775a20d52d35 (diff)
Notes
Diffstat (limited to 'www/py-webhelpers/Makefile')
-rw-r--r--www/py-webhelpers/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/py-webhelpers/Makefile b/www/py-webhelpers/Makefile
index 2746b6d5cfbc..ec9afb6c6688 100644
--- a/www/py-webhelpers/Makefile
+++ b/www/py-webhelpers/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= webhelpers
-PORTVERSION= 0.6.4
+PORTVERSION= 1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,16 +16,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Python helper functions for writing templates in web applications
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson
+ ${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson \
+ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= WebHelpers
-post-install:
- ${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
- -type d -exec ${CHMOD} 755 {} +
- ${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
- -type f -exec ${CHMOD} ${SHAREMODE} {} +
-
.include <bsd.port.mk>