Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:37:04 +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: r557544 - head/devel/py-python-socketio
Message-ID:  <202012102137.0BALb4Mr054613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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>



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