ports/security/py-netbox-secrets/Makefile
Kai Knoblich 71ba439a6a security/py-netbox-secrets: Update to 2.2.1
* Switch to the PEP517 build framework while I'm here.

Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v2.2.1

MFH:		2025Q2
(cherry picked from commit 41f692c74a)
2025-05-15 17:32:35 +02:00

27 lines
673 B
Makefile

PORTNAME= netbox-secrets
DISTVERSION= 2.2.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= netbox_secrets-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Secret store for NetBox
WWW= https://github.com/Onemind-Services-LLC/netbox-secrets
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYTHON_VER=${PYTHON_VER}
.include <bsd.port.mk>