blob: c07cb5dbb7e4bf1f639629eef11c87afa9da0ffe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: vanilla@
# $FreeBSD$
PORTNAME= jansson
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.digip.org/jansson/releases/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for encoding, decoding, and manipulating JSON data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe pathfix pkgconfig gmake tar:bzip2 libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPE_VENDOR= jansson_project
.include <bsd.port.mk>
|