9794a5ce56
- Use conditional ${PY_IPADDRESS} - Add LICENSE_FILE Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D19018
24 lines
439 B
Makefile
24 lines
439 B
Makefile
# 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>
|