2015-03-22 15:59:10 +01:00
|
|
|
PORTNAME= pysocks
|
2019-09-26 20:16:23 +02:00
|
|
|
PORTVERSION= 1.7.1
|
2015-03-22 15:59:10 +01:00
|
|
|
CATEGORIES= net python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2015-03-22 15:59:10 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PySocks-${PORTVERSION}
|
|
|
|
|
2019-05-19 23:55:14 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2015-03-22 15:59:10 +01:00
|
|
|
COMMENT= Python SOCKS module
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/Anorov/PySocks
|
2015-03-22 15:59:10 +01:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2019-05-19 23:55:14 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-03-22 15:59:10 +01:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2017-03-24 18:47:21 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2019-05-19 23:55:14 +02:00
|
|
|
|
2016-01-22 11:41:49 +01:00
|
|
|
NO_ARCH= yes
|
2015-03-22 15:59:10 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|