19 lines
380 B
Makefile
19 lines
380 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
PORTNAME= certifi
|
|
PORTVERSION= 2021.10.8
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Mozilla SSL certificates
|
|
|
|
LICENSE= MPL20
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|