aboutsummaryrefslogtreecommitdiff
path: root/www/butterfly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/butterfly/Makefile')
-rw-r--r--www/butterfly/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/butterfly/Makefile b/www/butterfly/Makefile
index 19beb2a72dc1..264023296837 100644
--- a/www/butterfly/Makefile
+++ b/www/butterfly/Makefile
@@ -2,10 +2,11 @@ PORTNAME= butterfly
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
MAINTAINER= yuri@FreeBSD.org
COMMENT= Web terminal based on websocket and tornado
+WWW= https://pypi.org/project/butterfly/
LICENSE= GPLv3
@@ -13,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR}
-USES= python:3.6+
+USES= python
# Can't use concurrent here, it changes ETCDIR, and breaks post-install.
USE_PYTHON= autoplist distutils optsuffix
NO_ARCH= yes