diff options
Diffstat (limited to 'devel/rubygem-dry-core-gitlab')
-rw-r--r-- | devel/rubygem-dry-core-gitlab/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-dry-core-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-dry-core-gitlab/pkg-descr | 2 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/rubygem-dry-core-gitlab/Makefile b/devel/rubygem-dry-core-gitlab/Makefile new file mode 100644 index 000000000000..494745c1962d --- /dev/null +++ b/devel/rubygem-dry-core-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= dry-core +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Toolset of small support modules used throughout the dry-rb ecosystem +WWW= https://github.com/dry-rb/dry-core + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ + rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \ + rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-dry-core-gitlab/distinfo b/devel/rubygem-dry-core-gitlab/distinfo new file mode 100644 index 000000000000..0878a9fad8bd --- /dev/null +++ b/devel/rubygem-dry-core-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1738090018 +SHA256 (rubygem/dry-core-1.1.0.gem) = 0903821a9707649a7da545a2cd88e20f3a663ab1c5288abd7f914fa7751ab195 +SIZE (rubygem/dry-core-1.1.0.gem) = 23040 diff --git a/devel/rubygem-dry-core-gitlab/pkg-descr b/devel/rubygem-dry-core-gitlab/pkg-descr new file mode 100644 index 000000000000..847d06a33b69 --- /dev/null +++ b/devel/rubygem-dry-core-gitlab/pkg-descr @@ -0,0 +1,2 @@ +dry-core is a toolset of small support modules used throughout the dry-rb and +rom-rb ecosystems. |