aboutsummaryrefslogtreecommitdiff
path: root/net/py-netifaces/Makefile
blob: 890733d60a264be022e01a781e08f9a0bab945b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	py-netifaces
# Date created:			May 27 2009
# Whom:				Stanislav Svirid <count@211.ru>
#
# $FreeBSD$
#

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>