Files
ports/security/lfacme/Makefile
T
Lexi Winter 61aad7d40f security/lfacme: Update to 1.0.1
There are no functional changes in this release, but the master site
and filename / distinfo have changed.

Reviewed by:	arrowd
Approved by:	arrowd (ports)
Differential Revision:	https://reviews.freebsd.org/D56862
2026-05-08 03:04:20 +01:00

19 lines
331 B
Makefile

PORTNAME= lfacme
DISTVERSION= 1.0.1
CATEGORIES= security www
MASTER_SITES= https://www.le-fay.org/files/lfacme/
MAINTAINER= ivy@FreeBSD.org
COMMENT= Simple ACME client based on uacme
WWW= https://www.le-fay.org/lfacme/
LICENSE= PD
RUN_DEPENDS= uacme:security/uacme
USES= tar:Z
SUB_FILES= pkg-message
.include <bsd.port.mk>