16 lines
266 B
Makefile
16 lines
266 B
Makefile
COMMENT = ssh wrapper to execute remote interactive commands
|
|
|
|
DISTNAME = Net-SSH-Expect-1.09
|
|
REVISION = 2
|
|
CATEGORIES = net
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-Expect
|
|
|
|
.include <bsd.port.mk>
|