Net::SSH is a Perl extension to make use of ssh, providing simple wrappers around the system ssh command.
15 lines
280 B
Makefile
15 lines
280 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/03/13 11:08:02 sthen Exp $
|
|
|
|
COMMENT = Perl extension for SSH secure shell
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-SSH-0.09
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|