pkgsrc/net/py-netifaces/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

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"