summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--security/py-pyhanko-cli/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/py-pyhanko-cli/Makefile b/security/py-pyhanko-cli/Makefile
new file mode 100644
index 000000000000..9072a46e37ba
--- /dev/null
+++ b/security/py-pyhanko-cli/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= pyhanko-cli
+DISTNAME= pyhanko_cli-${PORTVERSION}
+PORTVERSION= 0.1.2
+CATEGORIES= security python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= CLI tools for stamping and signing PDF files
+WWW= https://pyhanko.readthedocs.io/en/latest/cli-guide/ \
+ https://github.com/MatthiasValvekens/pyHanko
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyhanko>=0.29.1<0.30:security/py-pyhanko@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.27.0<0.28:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>