2006-01-18 08:27:09 +01:00
|
|
|
# New ports collection makefile for: rubygem-net-sftp
|
|
|
|
# Date created: 14 January 2006
|
|
|
|
# Whom: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-sftp
|
|
|
|
PORTVERSION= 1.1.0
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= security rubygems
|
2006-01-18 08:27:09 +01:00
|
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/7928/
|
|
|
|
|
|
|
|
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
|
|
|
|
COMMENT= Implementation of the SFTP client protocol
|
|
|
|
|
2006-02-20 02:36:51 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.8.gemspec:${PORTSDIR}/security/rubygem-net-ssh
|
2006-01-18 08:27:09 +01:00
|
|
|
|
|
|
|
post-install:
|
2006-03-22 13:01:30 +01:00
|
|
|
@${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages."
|
2006-01-18 08:27:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|