2d3ff17aad
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>
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# New ports collection makefile for: p5-Text-ASCIIMathML
|
|
# Date created: 09 Aug, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-ASCIIMathML
|
|
PORTVERSION= 0.81
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Perl extension for parsing ASCIIMathML text into MathML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::ASCIIMathML.3
|
|
|
|
.include <bsd.port.mk>
|