freebsd-ports/math/rubygem-expression_parser/Makefile
Michael Moll a41eb3ca7d new port: math/rubygem-expression_parser
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)
2015-05-08 13:41:12 +00:00

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>