openbsd-ports/devel/p5-Test-Expect/Makefile
msf 9e809e073e initial import of Test::Expect 0.30
Test::Expect is a module for automated driving and testing of
terminal-based programs. It is handy for testing interactive programs
which have a prompt, and is based on the same concepts as the Tcl Expect
tool. As in Expect::Simple, the Expect object is made available for
tweaking.
2007-09-21 02:41:48 +00:00

20 lines
431 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 02:41:48 msf Exp $
COMMENT= automated driving and testing of terminal-based programs
MODULES= cpan
DISTNAME= Test-Expect-0.30
CATEGORIES= devel
# 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-Class-Accessor-Chained \
::devel/p5-Expect-Simple
.include <bsd.port.mk>