summaryrefslogtreecommitdiff
path: root/devel/jsonrpc-glib/Makefile
blob: a9b86809a3fe6d9fe8f8cdbaf36d23d679aabf38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	jsonrpc-glib
PORTVERSION=	3.42.0
CATEGORIES=	devel
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Library to communicate using the JSON-RPC 2.0 specification

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib

USES=		compiler:c11 gnome meson pkgconfig tar:xz vala:build
USE_GNOME=	glib20 introspection:build

.include <bsd.port.mk>