21 lines
452 B
Makefile
21 lines
452 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/01 17:13:42 steven Exp $
|
||
|
|
||
|
COMMENT = ssh wrapper to execute remote interactive commands
|
||
|
|
||
|
DISTNAME = Net-SSH-Expect-1.09
|
||
|
CATEGORIES = net
|
||
|
MODULES = cpan
|
||
|
|
||
|
MAINTAINER = William Yodlowsky <bsd@openbsd.rutgers.edu>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM = Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS = ::devel/p5-Expect
|
||
|
|
||
|
.include <bsd.port.mk>
|