cb7b1514c5
Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 39 if sys.version_info < (2, 7): ^ SyntaxError: invalid syntax Reported by: pkg-fallout
28 lines
688 B
Makefile
28 lines
688 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= obfsproxy
|
|
PORTVERSION= 0.2.13
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Pluggable transport proxy
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BROKEN= fails to configure
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
SUB_FILES= pkg-message
|
|
PYDISTUTILS_PKGNAME=obfsproxy
|
|
|
|
.include <bsd.port.mk>
|