diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-07-24 09:15:07 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-07-24 09:15:07 +0000 |
commit | 49e0aacf44b4ee438cd31717ee27cc9a90d9031c (patch) | |
tree | 5560052995c523844be80707a027d5888f47eb80 /security | |
parent | 3ad4f76de105fd39da9bf8269c3ec8af02b672c8 (diff) | |
download | pkgsrc-49e0aacf44b4ee438cd31717ee27cc9a90d9031c.tar.gz |
security/py-certbot-dns-rfc2136: import to 0.26.0
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certbot-dns-rfc2136/DESCR | 1 | ||||
-rw-r--r-- | security/py-certbot-dns-rfc2136/Makefile | 23 | ||||
-rw-r--r-- | security/py-certbot-dns-rfc2136/PLIST | 16 |
3 files changed, 40 insertions, 0 deletions
diff --git a/security/py-certbot-dns-rfc2136/DESCR b/security/py-certbot-dns-rfc2136/DESCR new file mode 100644 index 00000000000..d780aa79ddc --- /dev/null +++ b/security/py-certbot-dns-rfc2136/DESCR @@ -0,0 +1 @@ +RFC 2136 DNS Authenticator plugin for Certbot. diff --git a/security/py-certbot-dns-rfc2136/Makefile b/security/py-certbot-dns-rfc2136/Makefile new file mode 100644 index 00000000000..29765bdd767 --- /dev/null +++ b/security/py-certbot-dns-rfc2136/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2018/07/24 09:15:07 triaxx Exp $ + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-rfc2136/} +CATEGORIES= security + +COMMENT= RFC 2136 DNS Authenticator plugin for Certbot +MAINTAINER= triaxx@NetBSD.org +LICENSE= apache-2.0 + +.include "../../security/py-certbot/Makefile.common" + +DEPENDS+= ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme +DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot +DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns +DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface + +EGG_NAME= ${DISTNAME:S/certbot/certbot-dns-rfc2136/} + +PYSETUPSUBDIR= certbot-dns-rfc2136 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-certbot-dns-rfc2136/PLIST b/security/py-certbot-dns-rfc2136/PLIST new file mode 100644 index 00000000000..72a17692407 --- /dev/null +++ b/security/py-certbot-dns-rfc2136/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/24 09:15:07 triaxx Exp $ +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/certbot_dns_rfc2136/__init__.py +${PYSITELIB}/certbot_dns_rfc2136/__init__.pyc +${PYSITELIB}/certbot_dns_rfc2136/__init__.pyo +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.py +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.pyc +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.pyo +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.py +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.pyc +${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.pyo |