ports/net/p5-Net-SCP/Makefile

16 lines
254 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Perl extension for SCP secure copy protocol
MODULES = cpan
PKG_ARCH = *
DISTNAME = Net-SCP-0.08
CATEGORIES = net
REVISION = 1
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = net/p5-Net-SSH \
textproc/p5-String-ShellQuote
.include <bsd.port.mk>