mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
63fc780520
Approved by: portmgr blanket
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stem
|
|
PORTVERSION= 1.4.1
|
|
PORTREVISION= 2
|
|
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
|
|
PYDISTUTILS_EGGINFO= stem-1.4.0.dev0-py${PYTHON_VER}.egg-info
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|