cc4936fa01
Changes: https://raw.github.com/defunkt/pystache/master/HISTORY.md Feature safe: yes Approved by: crees (mentor)
19 lines
370 B
Makefile
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>
|