0a67485bc0
- Take maintainership Changes: https://github.com/defunkt/pystache/blob/master/HISTORY.md
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pystache
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Logic-less templates for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
# Python3 ready
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|