Olivier Duchateau a0ce779c88 Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is
more complex. This patch simplify for users.

Differential Revision:		https://reviews.freebsd.org/D43183
2025-06-10 13:02:34 +02:00

17 lines
353 B
Makefile

PORTNAME= libcloudproviders
PORTVERSION= 0.3.6
CATEGORIES= net
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= cloudproviders integration API
WWW= https://gitlab.gnome.org/GNOME/libcloudproviders
LICENSE= LGPL3
USES= tar:xz meson gnome vala:build pkgconfig
USE_GNOME= glib20 introspection:build
.include <bsd.port.mk>