mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
Changelog since 1.0.6: https://github.com/DanSheps/netbox-plugin-extensions/compare/v1.0.6...v1.1.1 MFH: No (contains backwards incompatible changes)
23 lines
519 B
Makefile
23 lines
519 B
Makefile
PORTNAME= netbox-plugin-extensions
|
|
DISTVERSION= 1.1.1
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Wrappers for NetBox generic objects
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= PYTHON_VER=${PYTHON_VER}
|
|
|
|
.include <bsd.port.mk>
|