opnsense-ports/devel/rubygem-rgl/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01:00

21 lines
474 B
Makefile

PORTNAME= rgl
PORTVERSION= 0.5.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby framework for graph algorithms and data structures
WWW= https://github.com/monora/rgl
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-pairing_heap>=0.3.0:devel/rubygem-pairing_heap \
rubygem-rexml>=3.2.4<4:textproc/rubygem-rexml \
rubygem-stream>=0.5.3<0.6:devel/rubygem-stream
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>