freebsd-ports/net/py-pysocks/Makefile
Sunpoet Po-Chuan Hsieh 93eda0309f - Add py-pysocks 1.5.0
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>
2015-03-22 14:59:10 +00:00

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>