diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-15 06:22:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-15 06:22:07 +0000 |
commit | 2c2a194927002c913fad3547ab315455f6b792cb (patch) | |
tree | e56d4cebbebfc5495c590427b1e0756a5b7525af /devel/Makefile | |
parent | Fix a buglet and finish pointing the config file at ${PREFIX}/etc, not (diff) |
Add p5-Term-Screen 1.00, a perl module implementing a basic screen
and input class.
PR: 23614
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=37212
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 495435a6c610..6c126bbed9ca 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -288,6 +288,7 @@ SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-Query SUBDIR += p5-Term-ReadKey + SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Size SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-IxHash |