openbsd-ports/net/p5-Net-SCP/Makefile
sthen 04e2194325 import net/p5-Net-SCP, from maintainer Sergey Bronnikov, ok benoit@
Net::SCP is a Perl extension to make use of SCP, providing simple
wrappers around the system scp command.
2014-03-13 11:08:00 +00:00

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>