1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/pecl-stats2/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

21 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= stats
PORTVERSION= 2.0.3
CATEGORIES= math textproc pear
PKGNAMESUFFIX= 2
MAINTAINER= dbaio@FreeBSD.org
COMMENT= PECL extension with routines for statistical computation
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^2.*
USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-stats-1*
.include <bsd.port.mk>