ports/devel/rubygem-algorithms/Makefile
2023-11-15 01:16:02 +08:00

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>