Stem is a Python controller library that you can use to interact with Tor. With it you can write scripts and applications with capabilities similar to Vidalia and arm. From a technical standpoint, Stem is a Python implementation of Tor's directory and control specifications.
25 lines
420 B
Makefile
25 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/13 11:34:53 pascal Exp $
|
|
|
|
COMMENT = Tor controller library
|
|
|
|
MODPY_EGG_VERSION = 1.3.0
|
|
DISTNAME = stem-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://stem.torproject.org
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|