diff options
Diffstat (limited to 'security/py-certbot-apache/Makefile')
-rw-r--r-- | security/py-certbot-apache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index 2a4ce67b5ff8..9dcf87a0244a 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -1,8 +1,10 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} CATEGORIES= security python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= certbot_apache-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Apache plugin for Certbot |