bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
15 lines
425 B
Makefile
15 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:30 wiz Exp $
|
|
|
|
DISTNAME= netifaces-0.11.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|