1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name yajl |
---|
6 | version 1.0.6 |
---|
7 | categories devel |
---|
8 | maintainers nomaintainer |
---|
9 | description Yet Another JSON Library. |
---|
10 | long_description YAJL is a small event-driven (SAX-style) JSON parser \ |
---|
11 | written in ANSI C, and a small validating JSON generator. \ |
---|
12 | YAJL is released under the BSD license. |
---|
13 | homepage http://lloyd.github.com/yajl/ |
---|
14 | platforms darwin |
---|
15 | fetch.type git |
---|
16 | git.url git://github.com/lloyd/yajl.git |
---|
17 | git.branch refs/tags/${version} |
---|
18 | |
---|
19 | depends_build port:cmake |
---|
20 | |
---|
21 | configure.args --prefix=${prefix} |
---|