aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-stats/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:48:49 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:48:49 +0000
commit717129ed9dc794c44a1841b89092a2c666aa3749 (patch)
tree29288a42ca33819957ae998336389c8ff465567f /math/pecl-stats/Makefile
parent48d36a79c34000a12531447421f25a10f424a16d (diff)
downloadports-717129ed9dc794c44a1841b89092a2c666aa3749.tar.gz
ports-717129ed9dc794c44a1841b89092a2c666aa3749.zip
Notes
Diffstat (limited to 'math/pecl-stats/Makefile')
-rw-r--r--math/pecl-stats/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile
new file mode 100644
index 000000000000..29a4b3ba9fff
--- /dev/null
+++ b/math/pecl-stats/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: pecl-stats
+# Date created: 2006/07/31
+# Whom: chinsan <chinsan.tw@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= stats
+PORTVERSION= 1.0.2
+CATEGORIES= math textproc pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= chinsan.tw@gmail.com
+COMMENT= A PECL extension which with routines for statistical computation
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.mk>