PR: 214328 Submitted by: joneum@bsdproject.de Approved by: maintainer timeout (count@211.ru, 1 month)
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Stanislav Svirid <count@211.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netifaces
|
|
PORTVERSION= 0.10.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= count@211.ru
|
|
COMMENT= Getting network addresses from Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|