svn commit: r557544 - head/devel/py-python-socketio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:37:07 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:37:03 2020
New Revision: 557544
URL: https://svnweb.freebsd.org/changeset/ports/557544

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Take maintainership

Modified:
  head/devel/py-python-socketio/Makefile

Modified: head/devel/py-python-socketio/Makefile
==============================================================================
--- head/devel/py-python-socketio/Makefile	Thu Dec 10 21:36:58 2020	(r557543)
+++ head/devel/py-python-socketio/Makefile	Thu Dec 10 21:37:03 2020	(r557544)
@@ -6,12 +6,15 @@ CATEGORIES=	devel python net
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python implementation of the SocketIO realtime server
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list