aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pystache
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-31 03:59:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-31 03:59:42 +0000
commit13cfe1beb1254fc71694442e10dd76dd896feab2 (patch)
tree3379bdc9e2926902a56bf1c2fed74b53f8ecd6f7 /textproc/py-pystache
parentef23d24eb59c9fd491ca352d72c4be5c349effd8 (diff)
downloadports-13cfe1beb1254fc71694442e10dd76dd896feab2.tar.gz
ports-13cfe1beb1254fc71694442e10dd76dd896feab2.zip
textproc/py-pystache: Add USE_PYTHON=concurrent; Add LICENSE_FILE; Add NO_ARCH
PR: 221411 Approved by: culot (maintainer's timeout; 7.5 months)
Notes
Notes: svn path=/head/; revision=466019
Diffstat (limited to 'textproc/py-pystache')
-rw-r--r--textproc/py-pystache/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-pystache/Makefile b/textproc/py-pystache/Makefile
index 2a61f8c73ed8..ca230f08fcc5 100644
--- a/textproc/py-pystache/Makefile
+++ b/textproc/py-pystache/Makefile
@@ -11,9 +11,10 @@ MAINTAINER= culot@FreeBSD.org
COMMENT= Logic-less templates for Python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-# Python3 ready
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
+NO_ARCH= yes
.include <bsd.port.mk>