forked from Lainports/freebsd-ports
Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch PR: 196049 Submitted by: <kyuupichan@gmail.com>
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# Created by: Neil Booth
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysocks
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PySocks-${PORTVERSION}
|
|
|
|
MAINTAINER= kyuupichan@gmail.com
|
|
COMMENT= Python SOCKS module
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|