bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.27 2022/01/04 20:54:39 wiz Exp $
|
|
|
|
DISTNAME= certifi-2021.10.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certifi/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://certifi.io/
|
|
COMMENT= Python package for providing Mozilla's CA Bundle
|
|
LICENSE= mpl-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|