# -*- 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 # $Id: Portfile 125490 2014-09-18 20:46:07Z devans@macports.org $ PortSystem 1.0 PortGroup waf 1.0 name serd version 0.20.0 revision 0 license MIT categories audio maintainers ryandesign platforms darwin description lightweight C library for RDF syntax long_description ${name} is a ${description}. \ It supports reading and writing Turtle and NTriples. homepage http://drobilla.net/software/serd/ master_sites http://download.drobilla.net/ use_bzip2 yes checksums rmd160 097ae78907780c79ea96e3c518deecca2d8fd099 \ sha256 64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf depends_build port:pkgconfig livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"