blob: 5d009954ab23606baf1d04d2450afc749a8fe66a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= stats
PORTVERSION= 2.0.3
CATEGORIES= math textproc pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= PECL extension with routines for statistical computation
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 80
CONFLICTS= pecl-stats-1*
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>
|