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