From e48b24b857ce023bac05b10c7a038899ce0b5de2 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 28 Apr 2001 14:39:59 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit v1.1