Ticket #20097: Portfile

File Portfile, 871 bytes (added by nefar@…, 15 years ago)
Line 
1# $Id #
2PortSystem              1.0
3name                    json-glib
4version                 0.6.2
5categories              devel
6maintainers             openmaintainer
7homepage                http://live.gnome.org/JsonGlib
8platforms               darwin
9use_parallel_build      yes
10
11description \
12    JSON-GLib is a library providing serialization and deserialization support \
13     for the JavaScript Object Notation (JSON) format described by RFC 4627.
14
15master_sites \
16    http://folks.o-hand.com/~ebassi/sources/
17
18checksums           md5     d98f5580035ad0b37fa11896053a57af \
19                    sha1    de4d9b51cc507e97f3427e01a616a9b6fb7fe3cd \
20                    rmd160  3e0f9748d64e6372609fdf106f49cf6c25133507
21
22livecheck.check         regex
23livecheck.url           http://folks.o-hand.com/~ebassi/sources/
24livecheck.regex         ${name}-(\[0-9.\]+)\\.tar.gz