aboutsummaryrefslogtreecommitdiff
path: root/security/iddawc/Makefile
blob: 1a104c116d8da31c5a94c2d06606b6015dfe3c4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PORTNAME=	iddawc
DISTVERSIONPREFIX=	v
DISTVERSION=	1.1.7
CATEGORIES=	security

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	OAuth2/OIDC Client and Relying Party library
WWW=		https://github.com/babelouest/iddawc

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	yder>1.4.14:devel/yder \
		orcania>2.2.1:devel/orcania \
		gnutls>0:security/gnutls
LIB_DEPENDS=	libcurl.so:ftp/curl \
		libjansson.so:devel/jansson \
		libgnutls.so:security/gnutls \
		liborcania.so:devel/orcania \
		libyder.so:devel/yder \
		libmicrohttpd.so:www/libmicrohttpd \
		librhonabwy.so:security/rhonabwy \
		libulfius.so:www/ulfius

USES=		cmake

USE_GITHUB=	yes
GH_ACCOUNT=	babelouest

CMAKE_ARGS=	-DWITH_JOURNALD=off

PLIST_SUB=	DISTVERSION=${DISTVERSION}

.include <bsd.port.mk>