mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jansson
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.digip.org/jansson/releases/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= A C library for encoding, decoding, and manipulating JSON data
|
|
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
.include <bsd.port.mk>
|