2007-06-25 20:16:10 +02:00
|
|
|
# New ports collection makefile for: py-webhelpers
|
|
|
|
# Date created: Thu Jun 21 12:44:46 MSD 2007
|
|
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
2011-08-18 11:09:51 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
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
|
|
|
|
2009-06-09 00:30:55 +02:00
|
|
|
USE_PYTHON= 2.5+
|
2007-07-31 10:12:57 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= WebHelpers
|
2007-06-25 20:16:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|