2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:53 espie Exp $
|
2009-02-01 12:13:42 -05:00
|
|
|
|
|
|
|
COMMENT = ssh wrapper to execute remote interactive commands
|
|
|
|
|
|
|
|
DISTNAME = Net-SSH-Expect-1.09
|
2012-01-28 21:44:10 -05:00
|
|
|
REVISION = 1
|
2009-02-01 12:13:42 -05:00
|
|
|
CATEGORIES = net
|
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS = devel/p5-Expect
|
2009-02-01 12:13:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|