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