# $NetBSD: Makefile,v 1.22 2023/12/12 16:39:35 adam Exp $ .include "../../security/py-certbot/Makefile.common" DISTNAME= certbot-nginx-${CERTBOT_VERSION} MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-nginx/} COMMENT= Nginx plugin for Certbot DEPENDS+= ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme DEPENDS+= ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.2.1:../../devel/py-pyparsing PKG_SYSCONFVAR= nginx SUBST_CLASSES+= paths SUBST_STAGE.paths= pre-configure SUBST_MESSAGE.paths= Fixing absolute paths. SUBST_FILES.paths= certbot_nginx/_internal/constants.py SUBST_VARS.paths= PKG_SYSCONFDIR .include "../../lang/python/wheel.mk" PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"