dd1cba0d97
Suggested by: rm@ (via email)
23 lines
449 B
Makefile
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>
|