diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 04:35:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-07 04:35:05 +0000 |
commit | bdc403c3ee937f56a682b946d8e8059a8434534a (patch) | |
tree | 8e20f9c7770abd26644fa12c671efee36d552706 /devel/Makefile | |
parent | Drop maintainership (diff) |
Add p5-Term-ANSIScreen.
Term::ANSIScreen is an Term::ANSIColor clone with support for screen mode,
cursor control and keyboard mapping sequences.
Notes
Notes:
svn path=/head/; revision=84340
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b7e15a500fdc..8a58c2b1710b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -713,6 +713,7 @@ SUBDIR += p5-Sub-Uplevel SUBDIR += p5-System2 SUBDIR += p5-Term-ANSIColor + SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query |