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
17 lines
353 B
Makefile
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>
|