Ticket #21606: Portfile

File Portfile, 670 bytes (added by benjaminlyu@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                yajl
6version             1.0.6
7categories          devel
8maintainers         nomaintainer
9description         Yet Another JSON Library.
10long_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.
13homepage            http://lloyd.github.com/yajl/
14platforms           darwin
15fetch.type          git
16git.url             git://github.com/lloyd/yajl.git
17git.branch          refs/tags/${version}
18
19depends_build       port:cmake
20
21configure.args      --prefix=${prefix}