freebsd-ports/security/obfsproxy/Makefile
Rene Ladan ea4c1ae8b4 Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
2016-12-04 13:08:46 +00:00

24 lines
552 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= obfsproxy
PORTVERSION= 0.2.13
PORTEPOCH= 1
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Pluggable transport proxy
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml
USE_PYTHON= distutils
USES= python twisted
SUB_FILES= pkg-message
PYDISTUTILS_PKGNAME=obfsproxy
.include <bsd.port.mk>