aboutsummaryrefslogtreecommitdiffstats
path: root/www/mitmproxy
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-06-03 00:15:13 +0800
committerlinimon <linimon@FreeBSD.org>2017-06-03 00:15:13 +0800
commitc22398a83f86a40a2365fd897134aebc3d2764a1 (patch)
tree322253c48690cf3f84834bf096b2a94e45885f57 /www/mitmproxy
parentb5533c5a254e738001680f6a07fdc1f076438cad (diff)
downloadfreebsd-ports-gnome-c22398a83f86a40a2365fd897134aebc3d2764a1.tar.gz
freebsd-ports-gnome-c22398a83f86a40a2365fd897134aebc3d2764a1.tar.zst
freebsd-ports-gnome-c22398a83f86a40a2365fd897134aebc3d2764a1.zip
Mark broken everywhere: dependency calculation fails.
Diffstat (limited to 'www/mitmproxy')
-rw-r--r--www/mitmproxy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mitmproxy/Makefile b/www/mitmproxy/Makefile
index 71be6e3c5413..4705c1ca383a 100644
--- a/www/mitmproxy/Makefile
+++ b/www/mitmproxy/Makefile
@@ -5,6 +5,7 @@ PORTNAME= mitmproxy
PORTVERSION= 2.0.1
CATEGORIES= www python
MASTER_SITES= http://github.com/mitmproxy/mitmproxy/archive/
+DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= gaod@hychen.org
COMMENT= SSL-capable man-in-the-middle proxy
@@ -12,8 +13,6 @@ COMMENT= SSL-capable man-in-the-middle proxy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.2:devel/py3-click \
${PYTHON_PKGNAMEPREFIX}blinker>=1.4:devel/py-blinker \
${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi \
@@ -38,6 +37,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.2:devel/py3-click \
${PYTHON_PKGNAMEPREFIX}jsbeautifier>=1.6.3:devel/py-jsbeautifier \
${PYTHON_PKGNAMEPREFIX}h2>=3.0.0:www/py-h2
+BROKEN= fails in dependency check: mitmproxy-2.0.1 depends on package: py36-blinker>=1.4 - not found
+
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes