1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/py-certbot-dns-sakuracloud/Makefile
2024-07-03 12:37:32 +08:00

32 lines
1.2 KiB
Makefile

PORTNAME= certbot-dns-sakuracloud
PORTVERSION= ${ACME_VERSION}
CATEGORIES= security python
MASTER_SITES= PYPI \
https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= certbot_dns_sakuracloud-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Sakura Cloud DNS Authenticator plugin for Certbot
WWW= https://certbot.eff.org/ \
https://github.com/certbot/certbot \
https://github.com/certbot/certbot/tree/master/certbot-dns-sakuracloud
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
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.14.1:dns/py-dns-lexicon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>