2008-07-06 01:03:07 +02:00
|
|
|
# New ports collection makefile for: rubygem-net-scp
|
|
|
|
# Date created: June 27, 2008
|
2008-07-23 04:43:55 +02:00
|
|
|
# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org>
|
2008-07-06 01:03:07 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-scp
|
2009-04-08 05:53:11 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2008-07-06 01:03:07 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RF
|
|
|
|
MASTER_SITE_SUBDIR= net-ssh
|
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2008-07-06 01:03:07 +02:00
|
|
|
COMMENT= Non-interactive SCP processing
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-net-ssh>=1.99.1:${PORTSDIR}/security/rubygem-net-ssh
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-07-06 01:03:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|