19 lines
361 B
Makefile
19 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:54 naddy Exp $
|
|
|
|
COMMENT = Perl extension for SCP secure copy protocol
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
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>
|