2012-12-19 17:02:07 +01:00
|
|
|
# Created by: vanilla@
|
2010-01-30 16:52:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jansson
|
2014-10-13 15:36:56 +02:00
|
|
|
PORTVERSION= 2.7
|
|
|
|
PORTREVISION= 0
|
2010-01-30 16:52:15 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.digip.org/jansson/releases/
|
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2013-09-02 08:45:47 +02:00
|
|
|
COMMENT= C library for encoding, decoding, and manipulating JSON data
|
2010-01-30 16:52:15 +01:00
|
|
|
|
2014-05-01 03:31:06 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-06-23 15:20:54 +02:00
|
|
|
USES= pathfix pkgconfig gmake tar:bzip2 libtool
|
2010-01-30 16:52:15 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|