mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
d3d2bddb33
This is a library for mathematical computations. Our purpose is to express the mathematical object naturally in Ruby. Though it is not operated fast, we can see the algorithm of the mathematical processing not in black box but in scripts. This library is in development stage. WWW: https://github.com/kunishi/algebra-ruby2
15 lines
220 B
Makefile
15 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= algebra
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for mathematical computations
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|