mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
24 lines
578 B
Makefile
24 lines
578 B
Makefile
PORTNAME= acme-client
|
|
PORTVERSION= 2.0.20
|
|
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>
|