This package contains a collection of plugin extensions for NetBox, including generic wrappers around NetBox objects. WWW: https://github.com/dansheps/netbox-plugin-extensions
18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= netbox-plugin-extensions
|
|
DISTVERSION= 1.0.2
|
|
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
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|