blob: c6af40b315f377eef5937969410e9b3e3490a5aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.0.3
CATEGORIES= math textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension which with routines for statistical computation
LICENSE= PHP30
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
|