freebsd-ports/math/pecl-stats/Makefile
Ruslan Makhmatkhanov edf64b31b4 math/pecl-stats: configure PORTSCOUT
- configure PORTSCOUT
- fix typo on pkg-descr
- small change on COMMENT

PR:		212766
Submitted by:   Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
2016-10-02 12:09:05 +00:00

22 lines
438 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.0.5
CATEGORIES= math textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension with routines for statistical computation
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^1.*
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>