freebsd-ports/devel/rubygem-rgl/Makefile
Po-Chuan Hsieh a64ec6fbc5
devel/rubygem-rgl: Update to 0.5.7
- Add LICENSE
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/monora/rgl/releases
2021-07-06 22:59:44 +08:00

22 lines
474 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
PORTNAME= rgl
PORTVERSION= 0.5.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby framework for graph algorithms and data structures
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-lazy_priority_queue>=0.1.0<0.2:devel/rubygem-lazy_priority_queue \
rubygem-stream>=0.5.3<0.6:devel/rubygem-stream
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>