2019-11-14 19:28:17 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2019/11/14 18:28:17 adam Exp $
|
2019-10-02 19:36:43 +02:00
|
|
|
|
|
|
|
.include "../../security/py-certbot/Makefile.common"
|
2019-02-12 13:57:19 +01:00
|
|
|
|
2019-06-11 16:22:01 +02:00
|
|
|
DISTNAME= certbot-apache-${CERTBOT_VERSION}
|
2019-02-12 13:57:19 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-apache/}
|
|
|
|
|
2019-06-11 16:22:01 +02:00
|
|
|
COMMENT= Apache plugin for Certbot
|
|
|
|
|
2019-05-07 10:50:36 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
|
2019-02-12 13:57:19 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-augeas-[0-9]*:../../sysutils/py-augeas
|
2019-10-02 19:36:43 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
|
2019-02-12 13:57:19 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeComponent-[0-9]*:../../devel/py-ZopeComponent
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|