blob: 56ce63ddf893004d9d901b7233792500d691ab72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= algorithms
PORTVERSION= 1.0.1
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>
|