freebsd-ports/security/py-certifi/Makefile
Kubilay Kocak 4c87890bb4 [NEW] security/py3-certifi: Create Python 3.x port of py-certifi
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.

www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).

This change creates one of those ports.

[1] https://svnweb.freebsd.org/changeset/ports/442565

PR:		219833
Approved by:	koobs (python, with hat)
2017-06-07 10:49:23 +00:00

19 lines
374 B
Makefile

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