aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-expression_parser/Makefile
blob: 47de446f3f9d4d725dd6ba64bd1bf481940abdd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>