blob: 38ed3d44e146d55b00b441bcfa1e535dd1f1cde7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= pystache
PORTVERSION= 0.5.3
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Logic-less templates for Python
LICENSE= MIT
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
|