opnsense-ports/math/pecl-stats/Makefile
Franco Fichtner 701eecd119 */*: sync with upstream
Taken from: HardenedBSD
2018-03-20 11:09:32 +01:00

19 lines
360 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
PORTSCOUT= limit:^1.*
.include <bsd.port.mk>