diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 00:41:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 00:41:48 +0800 |
commit | 017606e4927614eef5fac92ab61b69f0492fcd6e (patch) | |
tree | 672f1b029c0facd42da39e21a2d812b0dcd1ff82 /textproc/Makefile | |
parent | 4a9056974d75fa9b5bef185675f463923854d8d9 (diff) | |
download | freebsd-ports-gnome-017606e4927614eef5fac92ab61b69f0492fcd6e.tar.gz freebsd-ports-gnome-017606e4927614eef5fac92ab61b69f0492fcd6e.tar.zst freebsd-ports-gnome-017606e4927614eef5fac92ab61b69f0492fcd6e.zip |
Text::ASCIIMathML is a parser for ASCIIMathML text which produces
MathML XML markup strings that are suitable for rendering by any
MathML-compliant browser.
WWW: http://search.cpan.org/dist/Text-ASCIIMathML/
PR: ports/137605
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 12dc6cc72e14..832cace02fcb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -608,6 +608,7 @@ SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Test-Perl-Critic + SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner |