blob: b440a05d93afd60402ed136565564143583c1eb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.0.5
CATEGORIES= math textproc pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= PECL extension with routines for statistical computation
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72 73
PORTSCOUT= limit:^1.*
.include <bsd.port.mk>
|