Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 03:59:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466019 - head/textproc/py-pystache
Message-ID:  <201803310359.w2V3xgeT072437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 31 03:59:42 2018
New Revision: 466019
URL: https://svnweb.freebsd.org/changeset/ports/466019

Log:
  textproc/py-pystache: Add USE_PYTHON=concurrent; Add LICENSE_FILE; Add NO_ARCH
  
  PR:		221411
  Approved by:	culot (maintainer's timeout; 7.5 months)

Modified:
  head/textproc/py-pystache/Makefile

Modified: head/textproc/py-pystache/Makefile
==============================================================================
--- head/textproc/py-pystache/Makefile	Sat Mar 31 03:28:42 2018	(r466018)
+++ head/textproc/py-pystache/Makefile	Sat Mar 31 03:59:42 2018	(r466019)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803310359.w2V3xgeT072437>