diff options
Diffstat (limited to 'security/py-signxml/Makefile')
| -rw-r--r-- | security/py-signxml/Makefile | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/security/py-signxml/Makefile b/security/py-signxml/Makefile new file mode 100644 index 000000000000..5dc0a39302de --- /dev/null +++ b/security/py-signxml/Makefile @@ -0,0 +1,26 @@ +PORTNAME=	signxml +PORTVERSION=	4.2.0 +PORTREVISION=	1 +CATEGORIES=	security python +MASTER_SITES=	PYPI +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX} + +MAINTAINER=	sunpoet@FreeBSD.org +COMMENT=	Python XML Signature and XAdES library +WWW=		https://xml-security.github.io/signxml/ \ +		https://github.com/XML-Security/signxml + +LICENSE=	APACHE20 +LICENSE_FILE=	${WRKSRC}/LICENSE + +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ +		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2023.11.17:security/py-certifi@${PY_FLAVOR} \ +		${PYTHON_PKGNAMEPREFIX}lxml>=5.2.1<7:devel/py-lxml@${PY_FLAVOR} + +USES=		python +USE_PYTHON=	autoplist concurrent cryptography pep517 + +NO_ARCH=	yes + +.include <bsd.port.mk>  | 
