blob: cc87924ad2713f9d5acc275eda6ebeef4b6e8806 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
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:autoplist
.include <bsd.port.mk>
|