aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/onionlauncher/Makefile
blob: 6577e86fac6429721352e58f909c0c0689c77f28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=	onionlauncher
PORTVERSION=	0.0.2
DISTVERSIONPREFIX=	v
CATEGORIES=	net-mgmt

MAINTAINER=	neel@neelc.org
COMMENT=	Launcher for Tor

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem@${FLAVOR} \
		tor:security/tor

USE_GITHUB=	yes
GH_ACCOUNT=	neelchauhan
GH_PROJECT=	OnionLauncher

USES=		pyqt:5 python:2.7
USE_PYTHON=	autoplist distutils
USE_PYQT=	core_run gui_run widgets_run

NO_ARCH=	yes

.include <bsd.port.mk>