mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Changelog since 1.0.2: https://github.com/DanSheps/netbox-plugin-extensions/compare/v1.0.2...v1.0.6
20 lines
460 B
Makefile
20 lines
460 B
Makefile
PORTNAME= netbox-plugin-extensions
|
|
DISTVERSION= 1.0.6
|
|
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
|
|
|
|
.include <bsd.port.mk>
|