openbsd-ports/security/lego/Makefile
danj e9eb039db2 Update to lego-4.9.1
From maintainer
2022-11-30 00:47:52 +00:00

25 lines
415 B
Makefile

COMMENT = Let's Encrypt/ACME client written in Go
MODGO_MODNAME = github.com/go-acme/lego/v4
MODGO_VERSION = v4.9.1
DISTNAME = lego-${MODGO_VERSION}
CATEGORIES = security
HOMEPAGE = https://go-acme.github.io/lego/
MAINTAINER = Horia Racoviceanu <horia@racoviceanu.com>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
NO_TEST = Yes
.include "modules.inc"
.include <bsd.port.mk>