16b9cef21a
ftp/curl and dns/bind-tools are required. Also while here, pet some portlint warnings. PR: 232918 235351 Submitted by: Rainbow <rainbow@sanitylinux.org> (maintainer) Reported by: Andrew <pez_098@yahoo.com>, oz42@oz42.eu MFH: 2019Q1 Differential Revision: https://reviews.freebsd.org/D17954
28 lines
538 B
Makefile
28 lines
538 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= getssl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.10
|
|
PORTREVISION= 1
|
|
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 nslookup:dns/bind-tools curl:ftp/curl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= srvrco
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
PLIST_FILES= bin/getssl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/getssl ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|