mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
23 lines
470 B
Makefile
23 lines
470 B
Makefile
PORTNAME= acme-client
|
|
PORTVERSION= 2.0.15
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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-faraday>=1.0<3.0.0:www/rubygem-faraday \
|
|
rubygem-faraday-retry>=1.0<3.0.0:www/rubygem-faraday-retry
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/setup
|
|
|
|
.include <bsd.port.mk>
|