6c57028f49
0.39.1 Performance improvements for constructing outgoing packet data
21 lines
617 B
Makefile
21 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.32 2022/09/12 16:10:24 adam Exp $
|
|
|
|
DISTNAME= zeroconf-0.39.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeroconf/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/jstasiak/python-zeroconf
|
|
COMMENT= Pure Python Multicast DNS Service Discovery Library
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-async-timeout>=4.0.1:../../devel/py-async-timeout
|
|
DEPENDS+= ${PYPKGPREFIX}-ifaddr>=0.1.7:../../net/py-ifaddr
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|