textproc/py-pystache: Add USE_PYTHON=concurrent; Add LICENSE_FILE; Add NO_ARCH

PR:		221411
Approved by:	culot (maintainer's timeout; 7.5 months)
This commit is contained in:
Yuri Victorovich 2018-03-31 03:59:42 +00:00
parent ef23d24eb5
commit 13cfe1beb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466019

View file

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