Files
ports/security/py-certifi/Makefile
Sunpoet Po-Chuan Hsieh 94a158b450 Update to 2018.11.29
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/certifi/python-certifi/commits/master
2018-12-02 15:34:19 +00:00

21 lines
388 B
Makefile

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