1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/math/pecl-stats2/Makefile
Danilo G. Baio 2f31d9527c Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together

Reported by:	mat
2018-03-20 02:20:07 +00:00

20 lines
334 B
Makefile

# $FreeBSD$
PORTNAME= stats
PORTVERSION= 2.0.3
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= 56
CONFLICTS= pecl-stats-1*
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>