mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# 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
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71 72 73
|
|
|
|
PORTSCOUT= limit:^1.*
|
|
|
|
.include <bsd.port.mk>
|