- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/certifi/python-certifi/commits/master
21 lines
388 B
Makefile
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>
|