Ticket #45185: Portfile.5

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

sratom 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                    sratom
8version                 0.4.6
9revision                0
10license                 MIT
11categories              audio
12maintainers             ryandesign
13platforms               darwin
14
15description             library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
16long_description        ${name} is a ${description}.
17
18homepage                http://drobilla.net/software/sratom/
19master_sites            http://download.drobilla.net/
20
21use_bzip2               yes
22
23checksums               rmd160  4c984f787285cd55ef95320511edc54720bafd11 \
24                        sha256  a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220
25
26depends_build           port:pkgconfig
27
28depends_lib             port:lv2
29
30livecheck.type          regex
31livecheck.url           ${master_sites}
32livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"