0.34.2: Fixed certbot-auto no longer writes a check_permissions.py script at the root of the filesystem. Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only changes in this release were to certbot-auto.
24 lines
889 B
Makefile
24 lines
889 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/05/17 06:46:31 adam Exp $
|
|
|
|
DISTNAME= certbot-nginx-0.34.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-nginx/}
|
|
|
|
COMMENT= Nginx plugin for Certbot
|
|
MAINTAINER= triaxx@NetBSD.org
|
|
HOMEPAGE= https://github.com/certbot/certbot
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
|
|
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=1.5.5:../../devel/py-pyparsing
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|