aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-LTU/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-04 00:02:41 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-04 00:02:41 +0000
commitfab778a52fa854ac7b5da657c4fbffc6af4a22fe (patch)
tree73d20080c8cccaefe362fa44039ca2c11fc2dd70 /math/p5-Statistics-LTU/Makefile
parent8ac638cb9ab2a2812bc606cb63e647305fc93408 (diff)
downloadports-fab778a52fa854ac7b5da657c4fbffc6af4a22fe.tar.gz
ports-fab778a52fa854ac7b5da657c4fbffc6af4a22fe.zip
Add p5-Statistics-LTU 2.8, a perl implementation of Linear Threshould
Units. PR: 24000 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36746
Diffstat (limited to 'math/p5-Statistics-LTU/Makefile')
-rw-r--r--math/p5-Statistics-LTU/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Statistics-LTU/Makefile b/math/p5-Statistics-LTU/Makefile
new file mode 100644
index 000000000000..a5e257ff8dbd
--- /dev/null
+++ b/math/p5-Statistics-LTU/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: math/p5-Statistics-LTU
+# Date created: 01 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Statistics-LTU
+PORTVERSION= 2.8
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Statistics
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Statistics::LTU.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>