mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
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)
9 lines
409 B
Plaintext
9 lines
409 B
Plaintext
This module provides an implementation for Perl 6 Rules.
|
|
|
|
It is a front-end to several other modules:
|
|
* Pugs::Grammar::Rule parses the Rules syntax.
|
|
* Pugs::Grammar::Rule::Rule specifies the Rules syntax with Rules.
|
|
* Pugs::Emitter::Rule::Perl5 converts parsed Rules to Perl 5 code.
|
|
* Pugs::Runtime::Rule provides the runtime engine for Rules.
|
|
* Pugs::Runtime::Match represents a Match object.
|