# New ports collection makefile for:	py-netifaces
# Date created:			May 27 2009
# Whom:				Stanislav Svirid <count@211.ru>
#
# $FreeBSD: ports/net/py-netifaces/Makefile,v 1.2 2012/01/11 13:26:00 novel Exp $
#

PORTNAME=	netifaces
PORTVERSION=	0.6
CATEGORIES=	net python
MASTER_SITES=	http://alastairs-place.net/projects/netifaces/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	count@211.ru
COMMENT=	Getting network addresses from Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYEASYINSTALL_ARCHDEP=	yes

.include <bsd.port.mk>
