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> |