diff options
Diffstat (limited to 'textproc/opensearch-dashboards213/Makefile')
-rw-r--r-- | textproc/opensearch-dashboards213/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/opensearch-dashboards213/Makefile b/textproc/opensearch-dashboards213/Makefile new file mode 100644 index 000000000000..0e0c334e667d --- /dev/null +++ b/textproc/opensearch-dashboards213/Makefile @@ -0,0 +1,13 @@ +DISTVERSION= 2.13.0 + +PKGNAMESUFFIX= 213 + +COMMENT= Visualization dashboards for OpenSearch + +CONFLICTS= opensearch-dashboards opensearch-dashboards210 + +DISTINFO_FILE= ${.CURDIR}/distinfo + +MASTERDIR= ${.CURDIR}/../../textproc/opensearch-dashboards + +.include "${MASTERDIR}/Makefile" |