aboutsummaryrefslogtreecommitdiffstats
path: root/devel/jansson/Makefile
blob: 6162715be49d36a6d1662ae4b44a98c66848cd42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: vanilla@
# $FreeBSD$

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

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

USES=       pathfix pkgconfig
USE_BZIP2=  yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes

NO_STAGE=   yes
.include <bsd.port.mk>