mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
21 lines
351 B
Makefile
21 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stats
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= math textproc pear
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
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>
|