freebsd-ports/textproc/py-pystache/Makefile
Grzegorz Blach a825ea2110 - Stage support
- Convert to AUTOPLIST
- Bump PORTREVISION
2014-02-21 21:55:00 +00:00

21 lines
406 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= pystache
PORTVERSION= 0.5.3
PORTREVISION= 1
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>