mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
546d58321e
It.s been irritating me for ages that it isn.t possible to straightforwardly get the network address(es) of the machine you.re running on from a Python program. WWW: http://alastairs-place.net/netifaces/ PR: ports/137236 Submitted by: Stanislav Svirid <count at 211.ru>
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: py-netifaces
|
|
# Date created: May 27 2009
|
|
# Whom: Stanislav Svirid <count@211.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netifaces
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://alastairs-place.net/2007/03/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>
|