A mathematical expression parser for Ruby WWW: http://lukaszwrobel.pl/blog/math-parser-part-1-introduction PR: 199923 Differential Revision: https://reviews.freebsd.org/D2483 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
15 lines
262 B
Makefile
15 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= expression_parser
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Mathematical expression parser for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|