aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pystache
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-02-21 21:55:00 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-02-21 21:55:00 +0000
commita825ea2110106fbac8177461da7298acbbd5a3a9 (patch)
tree3358282ccf4d1c9323c8a6111cd12b0b23197705 /textproc/py-pystache
parentd41ff8cc325c9b074e2744e493a96e0aada6dc9d (diff)
downloadports-a825ea2110106fbac8177461da7298acbbd5a3a9.tar.gz
ports-a825ea2110106fbac8177461da7298acbbd5a3a9.zip
Notes
Diffstat (limited to 'textproc/py-pystache')
-rw-r--r--textproc/py-pystache/Makefile15
-rw-r--r--textproc/py-pystache/pkg-descr2
2 files changed, 6 insertions, 11 deletions
diff --git a/textproc/py-pystache/Makefile b/textproc/py-pystache/Makefile
index 0f739aea8c34..b6e6e306d549 100644
--- a/textproc/py-pystache/Makefile
+++ b/textproc/py-pystache/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pystache
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,8 @@ COMMENT= Logic-less templates for Python
LICENSE= MIT
# Python3 ready
-USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/py-pystache/pkg-descr b/textproc/py-pystache/pkg-descr
index a18959804767..6fb5813459b7 100644
--- a/textproc/py-pystache/pkg-descr
+++ b/textproc/py-pystache/pkg-descr
@@ -2,4 +2,4 @@ Pystache is a Python implementation of Mustache.
Inspired by ctemplate and et, Mustache is a framework-agnostic
way to render logic-free views.
-WWW: https://github.com/defunkt/pystache
+WWW: https://github.com/defunkt/pystache