Ticket #45185: Portfile.3

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

serd 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                    serd
8version                 0.20.0
9revision                0
10license                 MIT
11categories              audio
12maintainers             ryandesign
13platforms               darwin
14
15description             lightweight C library for RDF syntax
16long_description        ${name} is a ${description}. \
17                        It supports reading and writing Turtle and NTriples.
18
19homepage                http://drobilla.net/software/serd/
20master_sites            http://download.drobilla.net/
21
22use_bzip2               yes
23
24checksums               rmd160  097ae78907780c79ea96e3c518deecca2d8fd099 \
25                        sha256  64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
26
27depends_build           port:pkgconfig
28
29livecheck.type          regex
30livecheck.url           ${master_sites}
31livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"