2007-03-02 02:46:20 +01:00
|
|
|
# New ports collection makefile for: p5-Net-SSH2
|
|
|
|
# Date created: 2007-03-01
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-SSH2
|
2007-12-15 00:14:45 +01:00
|
|
|
PORTVERSION= 0.18
|
2007-03-02 02:46:20 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-03-02 02:46:20 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-12-15 00:14:45 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-03-02 02:46:20 +01:00
|
|
|
COMMENT= Support for the SSH 2 protocol via libSSH2
|
|
|
|
|
2007-07-10 20:53:41 +02:00
|
|
|
LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2
|
2007-03-02 02:46:20 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::SSH2.3 Net::SSH2::Channel.3 \
|
|
|
|
Net::SSH2::Dir.3 Net::SSH2::File.3 \
|
|
|
|
Net::SSH2::Listener.3 Net::SSH2::PublicKey.3 \
|
|
|
|
Net::SSH2::SFTP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|