diff options
Diffstat (limited to 'textproc/p5-Text-ASCIIMathML/Makefile')
-rw-r--r-- | textproc/p5-Text-ASCIIMathML/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-ASCIIMathML/Makefile b/textproc/p5-Text-ASCIIMathML/Makefile index 66e55a3e5ed8..13c238457cc0 100644 --- a/textproc/p5-Text-ASCIIMathML/Makefile +++ b/textproc/p5-Text-ASCIIMathML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-ASCIIMathML -# Date created: 09 Aug, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Text-ASCIIMathML PORTVERSION= 0.81 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl extension for parsing ASCIIMathML text into MathML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::ASCIIMathML.3 |