blob: fb1fc7e7be8f361058f6e8baefdfea6b00b36ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= certbot-dns-gandi
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bgupta@kde.org
COMMENT= Gandi LiveDNS plugin for Certbot
WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
# Use GitHub to fetch the source, because PyPI apparently only contains
# a wheel and not the source package.
USE_GITHUB= yes
GH_ACCOUNT= obynio
GH_PROJECT= certbot-plugin-gandi
NO_ARCH= yes
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>
|