- Stage support

- Convert to AUTOPLIST
- Bump PORTREVISION
This commit is contained in:
Grzegorz Blach 2014-02-21 21:55:00 +00:00
parent d41ff8cc32
commit a825ea2110
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345552
2 changed files with 6 additions and 11 deletions

View file

@ -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>

View file

@ -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