1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/py-sbws/Makefile
Vinícius Zavam c35c321b60 net/py-sbws: change python:3.4+ to python:3.5+
Reported by:	tobik
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D17959
2018-11-14 14:04:02 +00:00

33 lines
869 B
Makefile

# $FreeBSD$
PORTNAME= sbws
PORTVERSION= 1.0.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@googlemail.com
COMMENT= Tor network bandwidth scanner
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/LICENSE.md
# pysocks: indirect dependency via requests[socks]
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stem>=1.7.0:security/py-stem@${PY_FLAVOR} \
tor:security/tor
USES= cpe python:3.5+ shebangfix
USE_GITHUB= yes
USE_PYTHON= autoplist distutils concurrent flavors
CPE_VENDOR= torproject
GH_ACCOUNT= torproject
SHEBANG_FILES= tests/testnets/simple.common/03-network-in-ready-state.py \
tests/testnets/simple-ipv4/03-network-in-ready-state.py \
tests/testnets/simple-ipv6/03-network-in-ready-state.py
.include <bsd.port.mk>