summaryrefslogtreecommitdiff
path: root/security/ca-certificates
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-21 10:59:59 +0000
committerwiz <wiz@pkgsrc.org>2022-04-21 10:59:59 +0000
commit7d2ca2e699c7c4843ab871ffb6b3441b87aa158f (patch)
tree5a771cc56ae2a6c2964f6fc6872751d777d06409 /security/ca-certificates
parent48e88143b994a899fc9b4119f6979d060e497a1a (diff)
downloadpkgsrc-7d2ca2e699c7c4843ab871ffb6b3441b87aa158f.tar.gz
*: convert to versioned_dependencies for py-cryptography
Diffstat (limited to 'security/ca-certificates')
-rw-r--r--security/ca-certificates/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ca-certificates/Makefile b/security/ca-certificates/Makefile
index 936063128fd..fb8b0d3a792 100644
--- a/security/ca-certificates/Makefile
+++ b/security/ca-certificates/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/02/28 06:46:52 kim Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/21 11:00:00 wiz Exp $
PKGNAME= ca-certificates-20211016
PKGREVISION= 1
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2 AND mpl-2.0
NO_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes
-BUILD_DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+PYTHON_VERSIONED_DEPENDENCIES+= cryptography:build
USE_TOOLS= echo:run find:run ln:run openssl:run rm:run sed:run sort:run wc:run
@@ -81,4 +81,5 @@ post-install:
${DESTDIR}${EGDIR}/
.include "../../lang/python/tool.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"