freebsd-ports/net-mgmt/py-netbox-plugin-extensions/Makefile
Kai Knoblich 3a52ab2dd3 net-mgmt/py-netbox-plugin-extensions: Add new port
This package contains a collection of plugin extensions for NetBox,
including generic wrappers around NetBox objects.

WWW: https://github.com/dansheps/netbox-plugin-extensions
2021-10-04 19:22:59 +02:00

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>