freebsd-ports/devel/rubygem-hamster/Makefile
2021-07-25 04:23:31 +08:00

21 lines
418 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= hamster
PORTVERSION= 3.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Efficient, immutable, thread-safe collection classes for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>