diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-19 13:40:03 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-19 13:40:03 +0000 |
commit | db18664186bc2d8c4b7784dd9a21eae683a95de9 (patch) | |
tree | bd2565a5c3ae964b3e2651f035b601b5ed8c8baa | |
parent | Perl5 module that allows creation of pseudo-tty's (diff) |
Activate p5-Expect, p5-IO-Stty, and p5-IO-Tty
Notes
Notes:
svn path=/head/; revision=26007
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index db10c7769f3b..1e9e4104fb8e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -130,6 +130,7 @@ SUBDIR += p5-Devel-Peek SUBDIR += p5-Devel-Symdump SUBDIR += p5-Errno + SUBDIR += p5-Expect SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Lock SUBDIR += p5-File-Slurp @@ -137,6 +138,8 @@ SUBDIR += p5-File-Tools SUBDIR += p5-Filter SUBDIR += p5-FreezeThaw + SUBDIR += p5-IO-Stty + SUBDIR += p5-IO-Tty SUBDIR += p5-IO-stringy SUBDIR += p5-Include SUBDIR += p5-IniConf |