1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-12 16:04:54 +00:00
parent 4fa1d88119
commit 5932aecac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522797
4 changed files with 30 additions and 0 deletions

View File

@ -5814,6 +5814,7 @@
SUBDIR += rubygem-docile
SUBDIR += rubygem-dry-configurable
SUBDIR += rubygem-dry-container
SUBDIR += rubygem-dry-core
SUBDIR += rubygem-dry-inflector
SUBDIR += rubygem-drydock
SUBDIR += rubygem-dynflow

View File

@ -0,0 +1,22 @@
# 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1578815260
SHA256 (rubygem/dry-core-0.4.9.gem) = f36e0241833ea45e3ad1a6da48e5d32d1b5b8dd91fb24adee7b17a92b5702e4d
SIZE (rubygem/dry-core-0.4.9.gem) = 15872

View File

@ -0,0 +1,4 @@
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