mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
25d4455374
- While I'm here, mark DEPRECATED and set EXPIRATION_DATE to 2020-03-31 PR: 244444 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
31 lines
561 B
Makefile
31 lines
561 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tornova
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Frontend for Tor
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Use EOL'd Python 2.7
|
|
EXPIRATION_DATE=2020-03-31
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem@${PY_FLAVOR} \
|
|
tor:security/tor
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= neelchauhan
|
|
GH_PROJECT= TorNova
|
|
|
|
USES= gnome python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GNOME= gtk30 pygobject3
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|