2012-12-30 14:46:33 +01:00
|
|
|
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
2007-06-25 20:16:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= webhelpers
|
2011-08-18 11:09:51 +02:00
|
|
|
PORTVERSION= 1.3
|
2007-06-25 20:16:10 +02:00
|
|
|
CATEGORIES= www python
|
2009-03-12 20:19:46 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-06-25 20:16:10 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= WebHelpers-${PORTVERSION}
|
|
|
|
|
2011-11-10 23:20:18 +01:00
|
|
|
MAINTAINER= rm@FreeBSD.org
|
2008-11-30 18:52:23 +01:00
|
|
|
COMMENT= Python helper functions for writing templates in web applications
|
2007-06-25 20:16:10 +02:00
|
|
|
|
2014-12-21 17:09:04 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-08-18 11:09:51 +02:00
|
|
|
|
2007-07-31 10:12:57 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
|
2010-11-03 08:40:27 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
|
2007-06-25 20:16:10 +02:00
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2007-06-25 20:16:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|