1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/p5-Net-SSH2/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

27 lines
568 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.18
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Support for the SSH 2 protocol via libSSH2
LIB_DEPENDS= ssh2.1:${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>