summaryrefslogtreecommitdiff
path: root/devel/rubygem-semantic_logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-semantic_logger/Makefile')
-rw-r--r--devel/rubygem-semantic_logger/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/rubygem-semantic_logger/Makefile b/devel/rubygem-semantic_logger/Makefile
new file mode 100644
index 000000000000..4d90687ec171
--- /dev/null
+++ b/devel/rubygem-semantic_logger/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= semantic_logger
+PORTVERSION= 4.17.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= nick@foobar.org
+COMMENT= Feature rich logging framework, and replacement for existing Ruby & Rails loggers
+WWW= https://logger.rocketjob.io/
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>