Ticket #45185: Portfile.4

File Portfile.4, 1.1 KB (added by agraef (Albert Graef), 10 years ago)

sord Portfile

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 125490 2014-09-18 20:46:07Z devans@macports.org $
3
4PortSystem              1.0
5PortGroup               waf 1.0
6
7name                    sord
8version                 0.12.2
9revision                0
10license                 MIT
11categories              audio
12maintainers             ryandesign
13platforms               darwin
14
15description             lightweight C library for storing RDF data in memory
16long_description        ${name} is a ${description}.
17
18homepage                http://drobilla.net/software/sord/
19master_sites            http://download.drobilla.net/
20
21use_bzip2               yes
22
23checksums               rmd160  1ce1252b4f40938d6208e1b2cd5cff75113c135f \
24                        sha256  bd0538d37de5e782023a7261d8ee9d83a792a12eeea7d94dec7a93dd9cda0767
25
26depends_build           port:pkgconfig
27
28depends_lib             port:pcre
29
30livecheck.type          regex
31livecheck.url           ${master_sites}
32livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"