485c4ec282
Approved by: portmgr blanket
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# Created by: Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ta-lib
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel finance
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
|
|
|
MAINTAINER= bdheeman@gmail.com
|
|
COMMENT= UNIX, POSIX Library for Technical Analysis
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|