blob: 755bfaf55ac57ab9d1b6e14face75ed8df2c34e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= algorithms
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby algorithms and data structures
WWW= https://kanwei.github.io/algorithms/ \
https://github.com/kanwei/algorithms
LICENSE= MIT
USES= gem
.include <bsd.port.mk>
|