aboutsummaryrefslogtreecommitdiff
path: root/devel/jansson/Makefile
blob: dbd985ed10c8b6171620c93f310b2e29a95ac0ab (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
# Created by: vanilla@
# $FreeBSD$

PORTNAME=	jansson
PORTVERSION=	2.13.1
CATEGORIES=	devel
MASTER_SITES=	http://www.digip.org/jansson/releases/

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>