1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/rubygem-net-ssh27/Makefile
2014-04-27 15:07:05 +00:00

28 lines
644 B
Makefile

# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
# $FreeBSD$
PORTNAME= net-ssh
PORTVERSION= 2.7.0
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 27
MAINTAINER= ruby@FreeBSD.org
COMMENT= Non-interactive SSH processing
LICENSE= MIT
OPTIONS_DEFINE= PROMPT_PASSPHRASES
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
.include <bsd.port.mk>