17 lines
353 B
Makefile
17 lines
353 B
Makefile
# 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 gmake
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|