aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-BaseCalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-BaseCalc/Makefile')
-rw-r--r--math/p5-Math-BaseCalc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/p5-Math-BaseCalc/Makefile b/math/p5-Math-BaseCalc/Makefile
new file mode 100644
index 000000000000..1c5de9f0749c
--- /dev/null
+++ b/math/p5-Math-BaseCalc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Math::BaseCalc
+# Date created: 25 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Math-BaseCalc
+PORTVERSION= 1.011
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Math
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Math::BaseCalc.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>