openbsd-ports/net/p5-Net-SSH-Expect/Makefile

17 lines
319 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:53 espie Exp $
COMMENT = ssh wrapper to execute remote interactive commands
DISTNAME = Net-SSH-Expect-1.09
REVISION = 1
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
.include <bsd.port.mk>