freebsd-ports/textproc/py-pystache/Makefile
Grzegorz Blach cc4936fa01 - Update to 0.5.3
Changes: https://raw.github.com/defunkt/pystache/master/HISTORY.md

Feature safe:	yes
Approved by:	crees (mentor)
2012-11-06 21:23:46 +00:00

19 lines
370 B
Makefile

# 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>