Files

15 lines
287 B
Makefile
Raw Permalink Normal View History

2015-05-08 13:41:12 +00:00
PORTNAME= expression_parser
PORTVERSION= 0.9.0
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Mathematical expression parser for Ruby
2022-09-07 23:06:12 +02:00
WWW= http://lukaszwrobel.pl/blog/math-parser-part-3-implementation
2015-05-08 13:41:12 +00:00
NO_ARCH= yes
USES= gem
2015-05-08 13:41:12 +00:00
.include <bsd.port.mk>