aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-stats2/Makefile
blob: f5d6b6a737717706ba1676f28eb62b900f9a2efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	stats
PORTVERSION=	2.0.3
CATEGORIES=	math textproc pear
PKGNAMESUFFIX=	2

MAINTAINER=	dbaio@bsd.com.br
COMMENT=	PECL extension with routines for statistical computation

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

PORTSCOUT=	limit:^2.*

USES=		php:pecl
IGNORE_WITH_PHP=	56
CONFLICTS=	pecl-stats-1*

.include <bsd.port.mk>