18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Stanislav Svirid <count@211.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netifaces
|
|
PORTVERSION= 0.10.3
|
|
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= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|