mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bf4ccb013c
PR: ports/109702 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
28 lines
617 B
Makefile
28 lines
617 B
Makefile
# 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
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= Support for the SSH 2 protocol via libSSH2
|
|
|
|
LIB_DEPENDS= ssh2.0:${PORTSDIR}/security/libssh2
|
|
|
|
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>
|