1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/pecl-trader/Makefile
Pawel Pekala 9ec9e0b360 The trader extension is a free open source stock library based on TA-Lib.
It's dedicated to trading software developers requiring to perform technical
analysis of financial market data. Alongside many indicators like ADX, MACD,
RSI, Stochastic, TRIX the candlestick pattern recognition and several vector
arithmetic and algebraic functions are present.

WWW: http://pecl.php.net/package/trader/

PR:		ports/186226
Submitted by:	Jim Ohlstein <jim@ohlste.in>
2014-02-11 15:31:02 +00:00

23 lines
377 B
Makefile

# Created by: Jim Ohlstein <jim@ohlste.in>
# $FreeBSD$
PORTNAME= trader
PORTVERSION= 0.3.0
CATEGORIES= math devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= jim@ohlste.in
COMMENT= Trader extension based on TA-Lib
LICENSE= BSD2CLAUSE
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 52
.include <bsd.port.mk>