7f17c422cb
Changelog not found.
17 lines
461 B
Text
17 lines
461 B
Text
# $NetBSD: Makefile.common,v 1.5 2016/10/19 13:45:54 wiz Exp $
|
|
# used by security/py-acme/Makefile
|
|
# used by security/py-certbot/Makefile
|
|
|
|
DISTNAME= certbot-0.9.3
|
|
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
|