ports/net/py-netif/Makefile
Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

27 lines
593 B
Makefile

PORTNAME= netif
PORTVERSION= 1.0.20220211
PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Python network configuration library for FreeBSD
WWW= https://github.com/freenas/py-netif
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= freenas
GH_PROJECT= py-netif
GH_TAGNAME= f8922e1
USE_PYTHON= autoplist cython distutils
HAS_CONFIGURE= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/netif*.so
.include <bsd.port.mk>