freebsd-ports/devel/rubygem-dry-core/Makefile
Sunpoet Po-Chuan Hsieh 5932aecac0 Add rubygem-dry-core 0.4.9
dry-core is a toolset of small support modules used throughout the dry-rb and
rom-rb ecosystems.

WWW: https://github.com/dry-rb/dry-core
2020-01-12 16:04:54 +00:00

22 lines
447 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= dry-core
PORTVERSION= 0.4.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolset of small support modules used throughout the dry-rb ecosystem
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>