ports/net/py-pysocks/Makefile
Kubilay Kocak cc161cac77 [NEW] net/py3-pysocks: Create Python 3.x port of net/py-pysocks
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.

www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).

This change creates one of those ports.

[1] https://svnweb.freebsd.org/changeset/ports/442565

PR:		219833
Approved by:	koobs (python, with hat)
2017-06-07 11:01:05 +00:00

20 lines
373 B
Makefile

# Created by: Neil Booth
# $FreeBSD$
PORTNAME= pysocks
PORTVERSION= 1.6.7
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PySocks-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Python SOCKS module
LICENSE= BSD3CLAUSE
USES?= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>