summaryrefslogtreecommitdiff
path: root/math/rubygem-algebra/Makefile
blob: e1dd4e7385e3914c2924d81f314e19800a463f7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PORTNAME=	algebra
PORTVERSION=	0.2.3
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library for mathematical computations
WWW=		https://github.com/kunishi/algebra-ruby2

USES=		gem

.include <bsd.port.mk>