0961b38f37
- While I'm here, fix WWW Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG PR: 200875 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer (timeout, 16 days)
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Stanislav Svirid <count@211.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netifaces
|
|
PORTVERSION= 0.10.4
|
|
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>
|