mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
* 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
26 lines
654 B
Makefile
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>
|