freebsd-ports/net/py-ifaddr/Makefile

23 lines
402 B
Makefile
Raw Normal View History

PORTNAME= ifaddr
2022-12-02 23:36:14 +01:00
PORTVERSION= 0.2.0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Python Library to enumerate all network interfaces
WWW= https://github.com/pydron/ifaddr
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= pydron
.include <bsd.port.mk>