Lines 1-5
Link Here
|
1 |
PORTNAME= certbot-dns-cpanel |
1 |
PORTNAME= certbot-dns-cpanel |
2 |
DISTVERSION= 0.2.2 |
2 |
DISTVERSION= 0.3.0 |
3 |
CATEGORIES= security python |
3 |
CATEGORIES= security python |
4 |
MASTER_SITES= CHEESESHOP |
4 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 9-27
COMMENT= CPanel DNS Authenticator plugin for Certbot
Link Here
|
9 |
|
9 |
|
10 |
LICENSE= APACHE20 |
10 |
LICENSE= APACHE20 |
11 |
|
11 |
|
12 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \ |
12 |
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
|
|
13 |
${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \ |
13 |
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ |
14 |
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
|
|
15 |
|
15 |
|
16 |
USES= python:3.6+ |
16 |
USES= python:3.6+ |
17 |
USE_PYTHON= autoplist distutils |
17 |
USE_PYTHON= autoplist distutils |
18 |
|
18 |
|
|
|
19 |
NO_ARCH= yes |
19 |
SUB_FILES= pkg-message |
20 |
SUB_FILES= pkg-message |
20 |
|
21 |
|
21 |
PLIST_FILES= "${PREFIX}/etc/certbot-dns-cpanel/credentials.ini.sample" |
22 |
PLIST_FILES= "${PREFIX}/etc/certbot-dns-cpanel/credentials.ini.sample" |
22 |
|
23 |
|
23 |
NO_ARCH= yes |
|
|
24 |
|
25 |
post-install: |
24 |
post-install: |
26 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/certbot-dns-cpanel |
25 |
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/certbot-dns-cpanel |
27 |
${INSTALL_DATA} ${FILESDIR}/credentials.ini.sample \ |
26 |
${INSTALL_DATA} ${FILESDIR}/credentials.ini.sample \ |