aboutsummaryrefslogtreecommitdiff
path: root/devel/jansson/Makefile
blob: 08997a93fad5c12f9cd0104b2924978ccf3d3137 (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
PORTNAME=	jansson
DISTVERSION=	2.14
CATEGORIES=	devel
MASTER_SITES=	https://github.com/akheron/${PORTNAME}/releases/download/v${DISTVERSION}/

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	C library for encoding, decoding, and manipulating JSON data

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	bash>=0:shells/bash

USES=		cpe pathfix pkgconfig tar:bzip2 libtool shebangfix
SHEBANG_FILES=	scripts/clang-format scripts/clang-format-check
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

CPE_VENDOR=	jansson_project

INSTALL_TARGET=	install-strip
TEST_TARGET=	check

.include <bsd.port.mk>