aboutsummaryrefslogtreecommitdiffstats
path: root/security/obfsproxy/Makefile
blob: fb7ecfabe80c19cb8f1757bc06e6b06ab173c55f (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
29
30
# Created by: Carlo Strub
# $FreeBSD$

PORTNAME=   obfsproxy
PORTVERSION=    0.2.4
PORTEPOCH=  1
CATEGORIES= security net python
MASTER_SITES=   http://www.c-s.li/ports/

MAINTAINER= cs@FreeBSD.org
COMMENT=    Pluggable transport proxy

LICENSE=    BSD

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptlib \
        ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
        ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto

USE_PYTHON= yes
USE_TWISTED=    yes
USE_PYDISTUTILS=easy_install
SUB_FILES=  pkg-message
PYDISTUTILS_PKGNAME=obfsproxy

NO_STAGE=   yes

post-install:
    ${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>