aboutsummaryrefslogtreecommitdiff
path: root/net/py-httpstat
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:13:17 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:13:17 +0000
commitab17c1eacddd332c173b434de5cf194ea61b63ae (patch)
tree6950b9f0d162b059bcfc18f369157cfdd36425ad /net/py-httpstat
parenta76d003ccee8e63f053fbd2672ad685436c1f8b4 (diff)
downloadports-ab17c1eacddd332c173b434de5cf194ea61b63ae.tar.gz
ports-ab17c1eacddd332c173b434de5cf194ea61b63ae.zip
Notes
Diffstat (limited to 'net/py-httpstat')
-rw-r--r--net/py-httpstat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-httpstat/Makefile b/net/py-httpstat/Makefile
index df7d4c4109cf..94a2508cdb37 100644
--- a/net/py-httpstat/Makefile
+++ b/net/py-httpstat/Makefile
@@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= curl:ftp/curl
+USES= python:2.7
+
USE_GITHUB= yes
GH_ACCOUNT= reorx
-NO_ARCH= yes
-USES= python:2.7
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>