diff options
author | joe <joe@FreeBSD.org> | 2001-04-28 14:39:59 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-04-28 14:39:59 +0000 |
commit | e48b24b857ce023bac05b10c7a038899ce0b5de2 (patch) | |
tree | 7e1bf403020f18551f84ed586fb2100690c277a6 /devel/Makefile | |
parent | 264a3dedbe5c19daa950f94944753674a8036458 (diff) | |
download | FreeBSD-ports-e48b24b857ce023bac05b10c7a038899ce0b5de2.zip FreeBSD-ports-e48b24b857ce023bac05b10c7a038899ce0b5de2.tar.gz |
This perl routine will take a prompt, a default response and a list
of possible responses and deal with the user interface, (and the
user!), by displaying the prompt, showing the default, and checking
to be sure that the response is one of the legal choices.
PR: ports/26850
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 8263cb8..8913d58d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -334,6 +334,7 @@ SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-Term-ANSIColor + SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-Screen |