0.10.9: ??? 0.10.8: * Fixed a bug that in certain circumstances could lead to an infinite loop in netifaces.gateways() (thanks asomers). * Fixed a memory management bug in an error path
14 lines
411 B
Makefile
14 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/01/04 08:00:52 adam Exp $
|
|
|
|
DISTNAME= netifaces-0.10.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/netifaces/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/al45tair/netifaces
|
|
COMMENT= Portable access to network interfaces from Python
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|