mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 22:11:19 +02:00
create bsd12 branch
This commit is contained in:
28
python/py-certbot-apache/Makefile
Normal file
28
python/py-certbot-apache/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# $FreeBSD: head/security/py-certbot-apache/Makefile 472085 2018-06-09 20:04:59Z miwi $
|
||||
|
||||
PORTNAME= certbot-apache
|
||||
PORTVERSION= ${ACME_VERSION}
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Apache plugin for Certbot
|
||||
|
||||
|
||||
ACME_VERSION= 0.26.1
|
||||
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:python/py-acme@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:python/py-certbot@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:python/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-augeas>0:python/py-python-augeas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.component>0:python/py-zope.component@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>0:python/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-certbot-apache/distinfo
Normal file
3
python/py-certbot-apache/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532431476
|
||||
SHA256 (certbot-apache-0.26.1.tar.gz) = b7fa327e987b892d64163e7519bdeaf9723d78275ef6c438272848894ace6d87
|
||||
SIZE (certbot-apache-0.26.1.tar.gz) = 160343
|
||||
3
python/py-certbot-apache/pkg-descr
Normal file
3
python/py-certbot-apache/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
This is the Apache plugin for Certbot (security/py-certbot).
|
||||
|
||||
WWW: https://github.com/certbot/certbot
|
||||
Reference in New Issue
Block a user