aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-12-30 21:46:33 +0800
committerrm <rm@FreeBSD.org>2012-12-30 21:46:33 +0800
commitd10e55ff7593e31b3c5385973db76c705691155b (patch)
tree95efc740baed8492a34a1c74075148cc5f316a36 /www
parenteee751ae09082b3755fc2bc4485b0de055b1b91b (diff)
downloadfreebsd-ports-gnome-d10e55ff7593e31b3c5385973db76c705691155b.tar.gz
freebsd-ports-gnome-d10e55ff7593e31b3c5385973db76c705691155b.tar.zst
freebsd-ports-gnome-d10e55ff7593e31b3c5385973db76c705691155b.zip
- update WWW
- trim Makefile header - remove LICENSE_FILE - limit python version to 2.x only (print/except)
Diffstat (limited to 'www')
-rw-r--r--www/py-webhelpers/Makefile9
-rw-r--r--www/py-webhelpers/pkg-descr2
2 files changed, 3 insertions, 8 deletions
diff --git a/www/py-webhelpers/Makefile b/www/py-webhelpers/Makefile
index b28b3258c38e..86f506f19b8a 100644
--- a/www/py-webhelpers/Makefile
+++ b/www/py-webhelpers/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-webhelpers
-# Date created: Thu Jun 21 12:44:46 MSD 2007
-# Whom: Denis Shaposhnikov <dsh@vlink.ru>
-#
+# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
-#
PORTNAME= webhelpers
PORTVERSION= 1.3
@@ -16,12 +12,11 @@ MAINTAINER= rm@FreeBSD.org
COMMENT= Python helper functions for writing templates in web applications
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= WebHelpers
diff --git a/www/py-webhelpers/pkg-descr b/www/py-webhelpers/pkg-descr
index b62387a0ae17..e00c0da93968 100644
--- a/www/py-webhelpers/pkg-descr
+++ b/www/py-webhelpers/pkg-descr
@@ -6,4 +6,4 @@ languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
-WWW: https://docs.pylonsproject.org/projects/webhelpers/dev/
+WWW: http://docs.pylonsproject.org/projects/webhelpers/en/latest/