mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
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.
27 lines
593 B
Makefile
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>
|