opnsense-ports/devel/rubygem-sorted_set/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
353 B
Makefile

PORTNAME= sorted_set
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Implements a variant of Set
WWW= https://github.com/knu/sorted_set
LICENSE= MIT
RUN_DEPENDS= rubygem-rbtree>=0:devel/rubygem-rbtree \
rubygem-set>=1.0<2:devel/rubygem-set
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>