19 lines
356 B
Makefile
19 lines
356 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stem
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= http://www.c-s.li/ports/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Python controller library for Tor
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python tar:bzip2
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|