aboutsummaryrefslogtreecommitdiffstats
path: root/math/pspp/Makefile
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-05-13 22:15:19 +0800
committerhoek <hoek@FreeBSD.org>2000-05-13 22:15:19 +0800
commitbd6e223fb16345b2fcbad087d56771cff698b629 (patch)
tree45e40937317dfa4dd95720971d26437cd3629150 /math/pspp/Makefile
parentc16a74890dee75c8f374bd50c4a4176ff5196271 (diff)
downloadfreebsd-ports-gnome-bd6e223fb16345b2fcbad087d56771cff698b629.tar.gz
freebsd-ports-gnome-bd6e223fb16345b2fcbad087d56771cff698b629.tar.zst
freebsd-ports-gnome-bd6e223fb16345b2fcbad087d56771cff698b629.zip
Add pspp, a language for statistics strikingly similar to spss.
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r--math/pspp/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
new file mode 100644
index 000000000000..7622bb618bfc
--- /dev/null
+++ b/math/pspp/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: pspp
+# Date created: 22 Apr 2000
+# Whom: Andrew L. Neporada <andrew@chg.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pspp
+PORTVERSION= 0.2.4
+CATEGORIES= math
+MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ \
+ ftp://pspp.stat.wisc.edu/pub/PSPP/
+
+MAINTAINER= andrew@chg.ru
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>