summaryrefslogtreecommitdiff
path: root/math/p5-Math-Expr/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-20 18:45:52 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-20 18:45:52 +0000
commitc1e19dddb5067ffb21a7e7ebc598e425498734e7 (patch)
tree3e3db106113525c0318e681470411fe289bb8892 /math/p5-Math-Expr/Makefile
parentWelcome MASTER_SITE_THEMES (www.themes.org). (diff)
Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressions
into a tree structure. PR: 21421 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
Notes
Notes: svn path=/head/; revision=32903
Diffstat (limited to 'math/p5-Math-Expr/Makefile')
-rw-r--r--math/p5-Math-Expr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile
new file mode 100644
index 000000000000..7cca78bec8d8
--- /dev/null
+++ b/math/p5-Math-Expr/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Math-Expr
+# Date created: 20 Sep 2000
+# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-Expr
+PORTVERSION= 0.4
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Math
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lioux@linf.unb.br
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \
+ Math::Expr::MatchSet.3 Math::Expr::Node.3 \
+ Math::Expr::Num.3 Math::Expr::Opp.3 \
+ Math::Expr::OpperationDB.3 Math::Expr::Rule.3 \
+ Math::Expr::TypeDB.3 Math::Expr::Var.3 \
+ Math::Expr::VarSet.3
+
+.include <bsd.port.mk>