summaryrefslogtreecommitdiff
path: root/security/libsecret/Makefile
blob: 1fc0e77daa6577585d58d730fb867b3328352374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libsecret
PORTVERSION=	0.20.5
PORTREVISION=	1
CATEGORIES=	security gnome
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Library to access the secret service API

LICENSE=	LGPL21

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} \
		docbook-xsl>=0:textproc/docbook-xsl
LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
		libgpg-error.so:security/libgpg-error

USES=		gnome meson pkgconfig python:3.8+ tar:xz vala:build
USE_GNOME=	glib20 intltool introspection:build libxslt:build

.include <bsd.port.mk>