aboutsummaryrefslogblamecommitdiff
path: root/security/py-certbot-dns-sakuracloud/Makefile
blob: 6d32f34c1126f6f495cc47fbb188871b3edf0827 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                       
                               
                    



                                                                 
                                                  





                                                                                                    
                                                                                         
 
                           



                                              

                                           
PORTNAME=	certbot-dns-sakuracloud
PORTVERSION=	${ACME_VERSION}
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Sakura Cloud DNS Authenticator plugin for Certbot
WWW=		https://github.com/certbot/certbot

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR}

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>