freebsd-ports/devel/p5-Term-ReadKey/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
437 B
Text

Term::ReadKey is a compiled perl module dedicated to providing simple control
over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking
reads, if the architecture allows, and some generalized handy functions for
working with terminals. One of the main goals is to have the functions as
portable as possible, so you can just plug in "use Term::ReadKey" on any
architecture and have a good likelihood of it working.