mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
15 lines
296 B
Makefile
15 lines
296 B
Makefile
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>
|