diff options
Diffstat (limited to 'devel/rubygem-dry-logic-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-dry-logic-gitlab/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/rubygem-dry-logic-gitlab/Makefile b/devel/rubygem-dry-logic-gitlab/Makefile new file mode 100644 index 000000000000..7f037fcad832 --- /dev/null +++ b/devel/rubygem-dry-logic-gitlab/Makefile @@ -0,0 +1,23 @@ +PORTNAME= dry-logic +PORTVERSION= 1.6.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Predicate logic with rule composition +WWW= https://github.com/dry-rb/dry-logic + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \ + rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ + rubygem-dry-core-gitlab>=1.1<2:devel/rubygem-dry-core-gitlab \ + rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |