mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e4d5b99f01
For managing certificates on remote servers Submitted by: Rainbow <rainbow at sanitylinux.org> (maintainer) Differential Revision: https://reviews.freebsd.org/D14313
26 lines
492 B
Makefile
26 lines
492 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= getssl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.10
|
|
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
|
|
|
|
PLIST_FILES= bin/getssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= srvrco
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/getssl ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|