2021-02-09 11:06:41 +01:00
|
|
|
# $NetBSD: Makefile,v 1.16 2021/02/09 10:06:43 adam Exp $
|
2019-10-02 19:36:43 +02:00
|
|
|
|
|
|
|
.include "../../security/py-certbot/Makefile.common"
|
2019-01-15 13:05:47 +01:00
|
|
|
|
2019-06-11 16:22:01 +02:00
|
|
|
DISTNAME= certbot-nginx-${CERTBOT_VERSION}
|
2019-02-12 13:56:31 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-nginx/}
|
2019-01-15 13:05:47 +01:00
|
|
|
|
2019-06-11 16:22:01 +02:00
|
|
|
COMMENT= Nginx plugin for Certbot
|
|
|
|
|
2021-02-09 11:06:41 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=17.3.0:../../security/py-OpenSSL
|
2020-05-07 12:53:44 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=1.4.0:../../security/py-acme
|
2020-09-30 11:03:45 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=1.6.0:../../security/py-certbot
|
2021-02-09 11:06:41 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools>=39.0.1:../../devel/py-setuptools
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.2.0:../../devel/py-pyparsing
|
2019-01-15 13:05:47 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
|
|
|
2020-06-21 10:00:03 +02:00
|
|
|
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
|
|
|
|
|
2019-01-15 13:05:47 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|