pkgsrc/security/py-certifi/Makefile
leot 5cc714fe54 Import security/py-certifi as py-certifi-2015.04.28 (needed to update
net/mitmproxy).

Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying the
identity of TLS hosts. It has been extracted from the Requests project.
2015-08-23 14:20:55 +00:00

19 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/23 14:20:55 leot Exp $
DISTNAME= certifi-2015.04.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certifi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://certifi.io/
COMMENT= Python package for providing Mozilla's CA Bundle
LICENSE= isc
USE_LANGUAGES= # none
# XXX: First 0 in Jan-Sep months should be ignored
EGG_NAME= ${DISTNAME:C/\.0([1-9])\./.\1./}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"