opnsense-ports/security/py-pykeepass-cache/Makefile
Franco Fichtner 92c0446308 */*: sync with upstream
Taken from: FreeBSD
2024-09-27 11:55:52 +02:00

23 lines
613 B
Makefile

PORTNAME= pykeepass-cache
DISTVERSION= 2.0.3
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Database caching for PyKeePass
WWW= https://pypi.org/project/pykeepass-cache \
https://github.com/libkeepass/pykeepass_cache
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>=0:devel/py-daemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pykeepass>=0:security/py-pykeepass@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rpyc>=0:devel/py-RPyC@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>