mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pyobfsproxy
|
|
DISTVERSION= 0.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Pluggable transport proxy
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0:${PORTSDIR}/security/py-pyptlib
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|