Ticket #38366: Portfile

File Portfile, 1.5 KB (added by cawka (Alex Afanasyev), 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 92628 2012-05-02 18:40:00Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                json_spirit
8version             4.05
9categories          devel
10platforms           darwin
11license             MIT
12revision            1
13
14maintainers         uwe-arzt.de:mail
15
16description         JSON Spirit is a C++ library that reads and writes JSON files or streams.
17long_description    JSON is a text file format similar to XML, but less verbose. It has been\
18                    called XML lite. This article describes JSON Spirit, a C++ library\
19                    that reads and writes JSON files or streams. It is written using the\
20                    Boost Spirit parser generator. If you are already using Boost, you can\
21                    use JSON Spirit without any additional dependencies.
22
23homepage            http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
24
25# this is a mirror on my homepage, because codeproject requires an login
26# the author allows the mirror (and also the license)
27master_sites        http://www.uwe-arzt.de/files/
28distname            ${name}_v${version}
29use_zip             yes
30
31checksums           sha1    abc23f20d04a5d52ef3dc3accd8046474f68105f \
32                    rmd160  fe9ee702ce9b4f6164d3d9b8f67ba7c6dfb9d7fd
33
34depends_lib         port:boost
35
36patchfiles          CMakeLists.patch