blob: 8cf7d1972c47b2443723f97fcd575293f396e25c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: John Hixson<jhixson@FreeBSD.org>
# $FreeBSD$
PORTNAME= ifaddr
PORTVERSION= 0.1.6
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Python Library to enumerate all network interfaces
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PY_IPADDRESS}
USES= python
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= pydron
.include <bsd.port.mk>
|