4a9ee6e089
0.3.4 - Jan 14, 2026 =========================== - Remove drive bundles duplicates - doc: Update URL to libsoup 0.3.3 - Jan 27, 2025 =========================== - CI release service fix 0.3.2 - Jan 27, 2025 =========================== - Extended user service (photo, contacts, folders, find) - Improved mail service - Add rate limiting support 0.3.1 - Oct 02, 2024 =========================== * Fix pkgconfig file using wrong api version 0.3.0 - Sep 30, 2024 =========================== NOTE: This needs a recent version of gvfs * Set select scopes during requests * Add support for business "Add to OneDrive" sharepoints Pet portlint & portclippy (truckman) PR: 292047
32 lines
736 B
Makefile
32 lines
736 B
Makefile
PORTNAME= msgraph
|
|
DISTVERSION= 0.3.4
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library to access MS Graph API for Office 365
|
|
WWW= https://gnome.pages.gitlab.gnome.org/msgraph/
|
|
|
|
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
|
|
|
|
USES= gnome meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection:build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS TEST
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
|
|
DOCS_MESON_TRUE= gtk_doc
|
|
|
|
TEST_LIB_DEPENDS= libuhttpmock-1.0.so:net/uhttpmock
|
|
TEST_USE= gnome=libxml2
|
|
TEST_MESON_TRUE= tests
|
|
|
|
.include <bsd.port.mk>
|