freebsd-ports/net/py-pysocks/Makefile
Sunpoet Po-Chuan Hsieh 026e8a1aef Update to 1.6.7
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
2017-03-24 17:47:21 +00:00

20 lines
372 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>