svn commit: r368683 - head/www/py-ws4py

Rene Ladan rene at FreeBSD.org
Sat Sep 20 20:37:17 UTC 2014


Author: rene
Date: Sat Sep 20 20:37:17 2014
New Revision: 368683
URL: http://svnweb.freebsd.org/changeset/ports/368683
QAT: https://qat.redports.org/buildarchive/r368683/

Log:
  Use modern python infrastructure, no functional changes

Modified:
  head/www/py-ws4py/Makefile

Modified: head/www/py-ws4py/Makefile
==============================================================================
--- head/www/py-ws4py/Makefile	Sat Sep 20 20:36:57 2014	(r368682)
+++ head/www/py-ws4py/Makefile	Sat Sep 20 20:37:17 2014	(r368683)
@@ -12,9 +12,8 @@ COMMENT=	WebSocket package for Python
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list