aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pystache/Makefile
blob: f86ea46f25c4a78b881b48c7f68c3fe3422c510d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pystache
PORTVERSION=    0.5.3
PORTREVISION=   1
CATEGORIES= textproc www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

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

LICENSE=    MIT

# Python3 ready
USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>