freebsd-ports/www/py-webhelpers/Makefile

23 lines
573 B
Makefile
Raw Normal View History

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= webhelpers
PORTVERSION= 1.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WebHelpers-${PORTVERSION}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python helper functions for writing templates in web applications
2014-12-21 17:09:04 +01:00
LICENSE= BSD3CLAUSE
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
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>