diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-27 15:13:05 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-27 19:02:35 -0500 |
commit | de919e82380980a976c4caa21db9770f7d85989b (patch) | |
tree | e7c6e3fc41dc007281250af3638d2b6111faed72 | |
parent | security/openssh-portable: Fix default ssh-askpass path (diff) |
devel/google-gdata: Mark DEPRECATED
- Google is no longer is using GoogleData API and has replaced all
related services with other API products. More information following:
https://developers.google.com/gdata/
-rw-r--r-- | devel/google-gdata/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/google-gdata/Makefile b/devel/google-gdata/Makefile index 73f72c33fab6..d8565743cf48 100644 --- a/devel/google-gdata/Makefile +++ b/devel/google-gdata/Makefile @@ -9,14 +9,18 @@ COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 +DEPRECATED= Google is no longer using GoogleData APIs +EXPIRATION_DATE=2021-10-27 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json NUGET_DEPENDS= nunit.framework=2.63.0 +USES= dos2unix gmake mono:nuget pathfix USE_GITHUB= yes + GH_ACCOUNT= google GH_TAGNAME= b716bbc -USES= dos2unix gmake mono:nuget pathfix NUGET_LAYOUT= flat PATHFIX_MAKEFILEIN= Makefile WRKSRC_SUBDIR= clients/cs |