mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
acme-client is a client implementation of the ACMEv2 protocol in Ruby. WWW: https://github.com/unixcharles/acme-client
24 lines
431 B
Makefile
24 lines
431 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= acme-client
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Client for the ACME protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.9.1:www/rubygem-faraday
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/setup
|
|
|
|
.include <bsd.port.mk>
|