b73b20102d
uses Tor's control protocol to help developers program against the Tor process, enabling them to build things similar to Vidalia and arm. WWW: https://stem.torproject.org/
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stem
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= http://www.atagar.com/transfer/tmp/ \
|
|
http://www.c-s.li/ports/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Python controller library for Tor
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= tor:${PORTSDIR}/security/tor
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|