freebsd-ports/security/autossh/Makefile
Vinícius Zavam 3e8fd29837 security/autossh: update 1.4f to 1.4g
- adopt this port; pet portlint.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18869
2019-01-17 12:04:53 +00:00

27 lines
599 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= autossh
PORTVERSION= 1.4g
CATEGORIES= security
MASTER_SITES= http://www.harding.motd.ca/autossh/
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Automatically restart SSH sessions and tunnels
LICENSE= BSD3CLAUSE
USES= tar:tgz
GNU_CONFIGURE= yes
PORTDOCS= CHANGES README
OPTIONS_DEFINE= DOCS SSH_PORTABLE
SSH_PORTABLE_DESC= Default to ports openssh (instead of base)
SSH_PORTABLE_CONFIGURE_ENV= ac_cv_path_ssh=${LOCALBASE}/bin/ssh
SSH_PORTABLE_RUN_DEPENDS= ${LOCALBASE}/bin/ssh:security/openssh-portable
.include <bsd.port.mk>