blob: 6207b722d0a886fd4d1d6ca4d0e19c8f4c429078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= expression_parser
PORTVERSION= 0.9.0
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Mathematical expression parser for Ruby
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|