SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-Expect/Makefile
Normal file
16
devel/p5-Test-Expect/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= automated driving and testing of terminal-based programs
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Test-Expect-0.34
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/p5-Class-Accessor-Chained \
|
||||
devel/p5-Expect-Simple
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Expect/distinfo
Normal file
2
devel/p5-Test-Expect/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Expect-0.34.tar.gz) = Jij87N2l9km9JTI/ZGuWoaB+RVfK3LMnybrU3EG7uZk=
|
||||
SIZE (Test-Expect-0.34.tar.gz) = 4817
|
5
devel/p5-Test-Expect/pkg/DESCR
Normal file
5
devel/p5-Test-Expect/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
3
devel/p5-Test-Expect/pkg/PLIST
Normal file
3
devel/p5-Test-Expect/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Expect.pm
|
||||
@man man/man3p/Test::Expect.3p
|
Loading…
Add table
Add a link
Reference in a new issue