freebsd-ports/math/pecl-stats/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

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>