mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
Approved by: maintainer timeout [1] PR: 261696, 260767 [1] Reported by: Krzysztof <ports@bsdserwis.com> [1]
27 lines
504 B
Makefile
27 lines
504 B
Makefile
PORTNAME= getssl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.46
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= rainbow@sanitylinux.org
|
|
COMMENT= Local LetsEncrypt client for managing certificates on remote servers
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
curl:ftp/curl \
|
|
nslookup:dns/bind-tools
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= srvrco
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/getssl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/getssl ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|