svn commit: r567162 - head/devel/py-tinyrpc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:11:17 UTC 2021


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


More information about the svn-ports-head mailing list