pkgsrc/net/py-netifaces/Makefile
ryoon 0ff27e8049 Import py27-netifaces-0.8 as net/py-netifaces.
Portable network interface information.

netifaces provides a (hopefully portable-ish) way for Python
programmers to get access to a list of the network interfaces on
the local machine, and to obtain the addresses of those network
interfaces.
2012-11-26 13:55:00 +00:00

17 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/11/26 13:55:00 ryoon Exp $
#
DISTNAME= netifaces-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://alastairs-place.net/projects/netifaces/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://alastairs-place.net/projects/netifaces/
COMMENT= Portable access to network interfaces from Python
LICENSE= mit
PYDISTUTILSPKG= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"