2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
2012-03-25 21:30:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pystache
|
2015-04-28 15:26:43 +02:00
|
|
|
PORTVERSION= 0.5.4
|
2012-03-25 21:30:49 +02:00
|
|
|
CATEGORIES= textproc www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-04-28 15:26:43 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2012-03-25 21:30:49 +02:00
|
|
|
COMMENT= Logic-less templates for Python
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2012-06-03 13:24:28 +02:00
|
|
|
# Python3 ready
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2012-03-25 21:30:49 +02:00
|
|
|
|
2014-02-21 22:55:00 +01:00
|
|
|
.include <bsd.port.mk>
|