freebsd-ports/security/py-stem/Makefile

21 lines
372 B
Makefile
Raw Normal View History

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= stem
2015-06-09 23:16:43 +02:00
PORTVERSION= 1.4.1
PORTREVISION= 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>