freebsd-ports/textproc/py-pystache/Makefile
Frederic Culot dd1cba0d97 - Mark it Python3 ready
Suggested by:	rm@ (via email)
2012-06-03 11:24:28 +00:00

23 lines
449 B
Makefile

# New ports collection makefile for: pystache
# Date created: 19 March 2012
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
PORTNAME= pystache
PORTVERSION= 0.5.2
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= magik@roorback.net
COMMENT= Logic-less templates for Python
LICENSE= MIT
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>