Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:11:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567162 - head/devel/py-tinyrpc
Message-ID:  <202103031811.123IBDtl047361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar  3 18:11:13 2021
New Revision: 567162
URL: https://svnweb.freebsd.org/changeset/ports/567162

Log:
  Add LICENSE_FILE

Modified:
  head/devel/py-tinyrpc/Makefile

Modified: head/devel/py-tinyrpc/Makefile
==============================================================================
--- head/devel/py-tinyrpc/Makefile	Wed Mar  3 18:11:08 2021	(r567161)
+++ head/devel/py-tinyrpc/Makefile	Wed Mar  3 18:11:13 2021	(r567162)
@@ -11,11 +11,12 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Small, modular, transport and protocol neutral RPC library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 



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