# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/py-pystache/Makefile 384898 2015-04-28 13:26:43Z culot $

PORTNAME=	pystache
PORTVERSION=	0.5.4
CATEGORIES=	textproc www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Logic-less templates for Python

LICENSE=	MIT

# Python3 ready
USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
