opnsense-ports/security/rubygem-acme-client-gitlab/Makefile
Franco Fichtner 69e73294a8 */*: sync with upstream
Taken from: FreeBSD
2024-11-26 13:06:06 +01:00

24 lines
578 B
Makefile

PORTNAME= acme-client
PORTVERSION= 2.0.19
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Client for the ACME protocol
WWW= https://github.com/unixcharles/acme-client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-base64>=0.2.0<0.3:converters/rubygem-base64 \
rubygem-faraday-gitlab>=1.0<3.0.0:www/rubygem-faraday-gitlab \
rubygem-faraday-retry-gitlab>=1.0<3.0.0:www/rubygem-faraday-retry-gitlab
USES= gem shebangfix
SHEBANG_FILES= bin/setup
NO_ARCH= yes
.include <bsd.port.mk>