16 lines
254 B
Makefile
16 lines
254 B
Makefile
|
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>
|