freebsd-ports/devel/rubygem-docopt/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

9 lines
356 B
Text

Rubygem implementation of docopt.
Docopt helps you:
- define an interface for your command-line app, and
- automatically generate a parser for it.
Docopt is based on conventions that have been used in help messages for decades
and man pages for describing a program's interface. An interface description in
docopt is such a help message, but formalized.