freebsd-ports/math/pecl-stats/Makefile
Vanilla I. Shu 5e856835da 1: add LICENSE.
2: switch to USES=tar:tgz
2015-02-24 08:59:26 +00:00

20 lines
390 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.0.3
CATEGORIES= math textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension which with routines for statistical computation
LICENSE= PHP30
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>