aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pystache/Makefile
blob: 067e61c62b694b9514b279741d2e735840bcea49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pystache
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	textproc www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Logic-less templates for Python
WWW=		https://github.com/sarnold/pystache

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils concurrent autoplist
NO_ARCH=	yes

.include <bsd.port.mk>