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

PORTNAME=   jansson
PORTVERSION=    2.5
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

.include <bsd.port.mk>