View | Details | Raw Unified | Return to bug 223909
Collapse All | Expand All

(-)security/py-certbot-dns-cloudflare/Makefile (+32 lines)
Line 0 Link Here
1
# Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2
# $FreeBSD$
3
4
PORTNAME=	certbot-dns-cloudflare
5
PORTVERSION=	0.19.0
6
PORTEPOCH=	1
7
CATEGORIES=	security python
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
11
MAINTAINER=	koobs@FreeBSD.org
12
COMMENT=	Cloudflare authenticator plugin for the Let\'s Encrypt client
13
14
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION}:security/py-acme \
18
		${PYTHON_PKGNAMEPREFIX}certbot==${PKGVERSION}:security/py-certbot \
19
		${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare \
20
		${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>=1.0:devel/py-setuptools${PYTHON_SUFFIX} \
21
		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \
22
		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
23
24
USES=		python:-2.7
25
USE_PYTHON=	autoplist distutils
26
27
NO_ARCH=	yes
28
29
do-test:
30
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
31
32
.include <bsd.port.mk>
(-)security/py-certbot-dns-cloudflare/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1511019866
2
SHA256 (certbot-dns-route53-0.19.0.tar.gz) = 85de3ee204e4e46e9bd2fc5dbd7907bd658a00c3604e91550e5a7899f0db60ed
3
SIZE (certbot-dns-route53-0.19.0.tar.gz) = 14025
(-)security/py-certbot-dns-cloudflare/pkg-descr (+3 lines)
Line 0 Link Here
1
Cloudflare DNS Authenticator plugin for Certbot
2
3
WWW: https://github.com/certbot/certbot

Return to bug 223909