aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pystache/Makefile
blob: 5ef1d953df82f220cd2202576ec2bd2ff616e9b3 (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=	0
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>