aboutsummaryrefslogtreecommitdiffstats
path: root/security/obfsproxy/Makefile
blob: 857a34538172fa5effbdb47f4fdee4bb64e095f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>