2018-09-06 14:25:26 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.28 2018/09/06 12:25:26 fhajny Exp $
|
2017-01-25 13:34:07 +01:00
|
|
|
#
|
2016-05-25 20:18:16 +02:00
|
|
|
# used by security/py-acme/Makefile
|
|
|
|
# used by security/py-certbot/Makefile
|
2018-07-24 11:24:11 +02:00
|
|
|
# used by security/py-certbot-dns-rfc2136/Makefile
|
2016-05-25 20:18:16 +02:00
|
|
|
|
2018-09-06 14:25:26 +02:00
|
|
|
DISTNAME= certbot-0.27.0
|
2016-05-25 20:18:16 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}
|
|
|
|
|
|
|
|
HOMEPAGE= https://letsencrypt.org/
|
|
|
|
|
|
|
|
GITHUB_PROJECT= certbot
|
|
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
|
|
|
|
EXTRACT_USING= bsdtar
|
|
|
|
USE_TOOLS+= bsdtar
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${PKGDIR}/../../security/py-certbot/distinfo
|
|
|
|
#PATCHDIR= ${PKGDIR}/../../security/py-certbot/patches
|