aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-stats2/Makefile
blob: 8c0fe474b1dfaefe9275f6c8e86c422730eee0de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	stats
PORTVERSION=	2.0.3
CATEGORIES=	math textproc pear

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	PECL extension with routines for statistical computation
WWW=		https://pecl.php.net/package/stats

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28

USES=		php:pecl
IGNORE_WITH_PHP=	80 81 82

PORTSCOUT=	limit:^2.*

.include <bsd.port.mk>