ports/security/py-netbox-secretstore/Makefile
Kai Knoblich c38f09a2f9 security/py-netbox-secretstore: Fix runtime with NetBox 3.3.10
* The plugin has a version check that allows versions of NetBox up
  to 3.3.9. Adjust this check to allow NetBox 3.3.10 as well.

* Bump PORTREVISION due changed package.

MFH:		2022Q4
2022-12-18 17:13:13 +01:00

26 lines
654 B
Makefile

PORTNAME= netbox-secretstore
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Secret store for NetBox
WWW= https://github.com/dansheps/netbox-secretstore
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYTHON_VER=${PYTHON_VER}
.include <bsd.port.mk>