edf64b31b4
- configure PORTSCOUT - fix typo on pkg-descr - small change on COMMENT PR: 212766 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
22 lines
438 B
Makefile
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>
|