diff options
author | gblach <gblach@FreeBSD.org> | 2014-02-22 05:55:00 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-02-22 05:55:00 +0800 |
commit | 312a0edcc75c2cd9764e2721ddf2adde2b11f1de (patch) | |
tree | 3358282ccf4d1c9323c8a6111cd12b0b23197705 | |
parent | 5fdafc1515db5b1550ddc3bd184bf1e659f2f512 (diff) | |
download | freebsd-ports-gnome-312a0edcc75c2cd9764e2721ddf2adde2b11f1de.tar.gz freebsd-ports-gnome-312a0edcc75c2cd9764e2721ddf2adde2b11f1de.tar.zst freebsd-ports-gnome-312a0edcc75c2cd9764e2721ddf2adde2b11f1de.zip |
- Stage support
- Convert to AUTOPLIST
- Bump PORTREVISION
-rw-r--r-- | textproc/py-pystache/Makefile | 15 | ||||
-rw-r--r-- | textproc/py-pystache/pkg-descr | 2 |
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 |