ac0e9120d3
0.3.9: Change the default value of the family parameter to AF_UNSPEC
21 lines
596 B
Makefile
21 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/05/04 15:24:47 adam Exp $
|
|
|
|
DISTNAME= aiohttp_socks-0.3.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-socks/}
|
|
|
|
MAINTAINER= js@pkgsrc.org
|
|
HOMEPAGE= https://github.com/romis2012/aiohttp-socks
|
|
COMMENT= SOCKS proxy connector for aiohttp
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.3.2:../../www/py-aiohttp
|
|
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|