mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Reviewed by: arrowd, des Approved by: arrowd (ports), des (mentor) Differential Revision: https://reviews.freebsd.org/D50701
21 lines
337 B
Makefile
21 lines
337 B
Makefile
PORTNAME= lfacme
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 1.0
|
|
CATEGORIES= security www
|
|
|
|
MAINTAINER= ivy@FreeBSD.org
|
|
COMMENT= Simple ACME client based on uacme
|
|
WWW= https://github.com/llfw/lfacme
|
|
|
|
LICENSE= PD
|
|
|
|
RUN_DEPENDS= uacme:security/uacme
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= llfw
|
|
GH_PROJECT= lfacme
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|