Files
ports/net/py-ifaddr/Makefile
T
Rene Ladan 0bb581cd3c Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6)
2021-01-10 16:04:33 +00:00

23 lines
414 B
Makefile

# Created by: John Hixson<jhixson@FreeBSD.org>
# $FreeBSD$
PORTNAME= ifaddr
PORTVERSION= 0.1.7
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
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= pydron
.include <bsd.port.mk>