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:
parent
4fa1d88119
commit
5932aecac0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522797
@ -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
|
||||
|
22
devel/rubygem-dry-core/Makefile
Normal file
22
devel/rubygem-dry-core/Makefile
Normal 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>
|
3
devel/rubygem-dry-core/distinfo
Normal file
3
devel/rubygem-dry-core/distinfo
Normal 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
|
4
devel/rubygem-dry-core/pkg-descr
Normal file
4
devel/rubygem-dry-core/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user