summaryrefslogtreecommitdiff
path: root/net/msgraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/msgraph/Makefile')
-rw-r--r--net/msgraph/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/net/msgraph/Makefile b/net/msgraph/Makefile
index b5bc0e07f1f9..b19a195ee529 100644
--- a/net/msgraph/Makefile
+++ b/net/msgraph/Makefile
@@ -1,16 +1,16 @@
PORTNAME= msgraph
-DISTVERSION= 0.2.3
+DISTVERSION= 0.3.4
CATEGORIES= net gnome
MASTER_SITES= GNOME
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/COPYING
-
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to access MS Graph API for Office 365
WWW= https://gnome.pages.gitlab.gnome.org/msgraph/
-LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \
libjson-glib-1.0.so:devel/json-glib \
libsoup-3.0.so:devel/libsoup3
@@ -18,15 +18,14 @@ USES= gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-0
-PORTDOCS= *
-
OPTIONS_DEFINE= DOCS TEST
+OPTIONS_SUB= yes
-DOCS_MESON_TRUE= gtk_doc
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
+DOCS_MESON_TRUE= gtk_doc
-TEST_MESON_TRUE= tests
TEST_LIB_DEPENDS= libuhttpmock-1.0.so:net/uhttpmock
+TEST_USE= gnome=libxml2
+TEST_MESON_TRUE= tests
.include <bsd.port.mk>