diff options
Diffstat (limited to 'devel/rubygem-dry-types-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-dry-types-gitlab/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/rubygem-dry-types-gitlab/Makefile b/devel/rubygem-dry-types-gitlab/Makefile new file mode 100644 index 000000000000..4cba7b27beb7 --- /dev/null +++ b/devel/rubygem-dry-types-gitlab/Makefile @@ -0,0 +1,25 @@ +PORTNAME= dry-types +PORTVERSION= 1.8.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Type system for Ruby supporting coercions, constraints and complex types +WWW= https://github.com/dry-rb/dry-types + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \ + rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ + rubygem-dry-core-gitlab>=1.0<2:devel/rubygem-dry-core-gitlab \ + rubygem-dry-inflector>=1.0<2:devel/rubygem-dry-inflector \ + rubygem-dry-logic-gitlab>=1.4<2:devel/rubygem-dry-logic-gitlab \ + rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |