freebsd-ports/math/pecl-stats2/Makefile
Danilo G. Baio a54a468201 math/pecl-stats2: Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-10-26 23:21:21 +00:00

19 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= 80
CONFLICTS= pecl-stats-1*
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>