18 lines
314 B
Makefile
18 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:48:39 sthen Exp $
|
|
|
|
COMMENT = Perl extension for SCP secure copy protocol
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Net-SCP-0.08
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = net/p5-Net-SSH \
|
|
textproc/p5-String-ShellQuote
|
|
|
|
.include <bsd.port.mk>
|