# -*- 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 PortSystem 1.0 PortGroup makefile 1.0 name trurl version 0.16 revision 0 homepage https://curl.se/trurl master_sites ${homepage}/dl description command line tool for URL parsing and manipulation long_description {*}${description} categories net sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 e75ac8da0e99b28f63e7013c548319481bb083ba \ sha256 2c26e3016f591f06234838bbe1dd4b165dce2c871c82ca6a32222d19696588d6 \ size 59327 depends_build-append \ port:gmake depends_lib-append port:curl compiler.c_standard 2011 build.cmd gmake build.target ${name} use_parallel_build no post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0444 {*}[glob ${worksrcpath}/*.md] \ ${destroot}${prefix}/share/doc/${name}/ copy ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}/LICENSE } livecheck.type regexm livecheck.url ${homepage} livecheck.regex {href="dl/trurl-([0-9.]+).tar.gz" class="trurldl"}