freebsd-ports/devel/rubygem-rbtree/Makefile
2021-11-13 15:44:44 +01:00

16 lines
284 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= rbtree
PORTVERSION= 0.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= RBTree is a sorted associative collection
LICENSE= MIT
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>