Net::SCP is a Perl extension to make use of SCP, providing simple wrappers around the system scp command.
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/03/13 11:08:00 sthen Exp $
|
|
|
|
COMMENT = Perl extension for SCP secure copy protocol
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-SCP-0.08
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = net/p5-Net-SSH \
|
|
textproc/p5-String-ShellQuote
|
|
|
|
.include <bsd.port.mk>
|