# -*- 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 github 1.0 PortGroup makefile 1.0 github.setup curl trurl 0.13 trurl- github.tarball_from archive revision 0 homepage https://curl.se/trurl 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 93454064f1c277a9cd962f567599a534af90c06a \ sha256 8ceeb09d0e08dc677897f26651aa625d9ad18021f881f9d5f31e5a95bb3cc047 \ size 46408 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 }