opnsense-ports/www/py-webhelpers/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

22 lines
549 B
Makefile

# 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
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:www/py-routes \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:textproc/py-MarkupSafe
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>