summaryrefslogtreecommitdiff
path: root/devel/R-cran-otel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-otel/Makefile')
-rw-r--r--devel/R-cran-otel/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/R-cran-otel/Makefile b/devel/R-cran-otel/Makefile
new file mode 100644
index 000000000000..770a0bf8137a
--- /dev/null
+++ b/devel/R-cran-otel/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= otel
+PORTVERSION= 0.2.0
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= OpenTelemetry R API
+WWW= https://cran.r-project.org/web/packages/otel/
+
+LICENSE= MIT
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>