openbsd-ports/security/py-trustme/Makefile
2022-12-07 08:56:31 +00:00

28 lines
532 B
Makefile

COMMENT= quality TLS certs while you wait, for the discerning
MODPY_EGG_VERSION= 0.9.0
DISTNAME= trustme-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= security devel
HOMEPAGE= https://github.com/python-trio/trustme
# Either MIT or Apache License 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= net/py-idna${MODPY_FLAVOR} \
security/py-cryptography${MODPY_FLAVOR} \
security/py-openssl${MODPY_FLAVOR}
.include <bsd.port.mk>