diff options
author | rene <rene@FreeBSD.org> | 2014-09-21 04:37:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-09-21 04:37:17 +0800 |
commit | 2fbae0961ff5e04393117448326d191570157e26 (patch) | |
tree | c202d7af5d6fdc0133b62ef4d55e6f086f976afb /www/py-ws4py | |
parent | 36a9336025c0e216ab01ae8b12da158096d7ab1c (diff) | |
download | freebsd-ports-gnome-2fbae0961ff5e04393117448326d191570157e26.tar.gz freebsd-ports-gnome-2fbae0961ff5e04393117448326d191570157e26.tar.zst freebsd-ports-gnome-2fbae0961ff5e04393117448326d191570157e26.zip |
Use modern python infrastructure, no functional changes
Diffstat (limited to 'www/py-ws4py')
-rw-r--r-- | www/py-ws4py/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index e667cfeaa398..103f2e782ef1 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -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 |