aboutsummaryrefslogtreecommitdiffstats
path: root/security/stem/Makefile
blob: 4e4048c73b17eb3269e9cca639bdd555ad79cd27 (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
# 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}

NO_STAGE=   yes
.include <bsd.port.mk>