opnsense-ports/security/py-certifi/Makefile
Franco Fichtner 1835d90482 security/py-certifi: sync with upstream
Taken from: FreeBSD
2023-06-30 08:50:33 +02:00

18 lines
353 B
Makefile

PORTNAME= certifi
PORTVERSION= 2023.5.7
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mozilla SSL certificates
WWW= https://github.com/certifi/python-certifi
LICENSE= MPL20
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>