61aad7d40f
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
19 lines
331 B
Makefile
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>
|