freebsd-ports/textproc/p5-Text-ASCIIMathML/Makefile
Martin Wilke 2d3ff17aad 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>
2009-08-13 16:41:48 +00:00

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>