opnsense-ports/net/py-netif/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

26 lines
577 B
Makefile

PORTNAME= netif
PORTVERSION= 1.0.20220211
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>