# -*- 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 cmake 1.1 PortGroup github 1.0 PortGroup boost 1.0 github.setup rjhansen nsrllookup 1.3.0-1 revision 1 checksums rmd160 37a6425bc45ce7a12141420597f3d9f008a2f85f \ sha256 05ce24ed7486289607bcbbc6bedb577f6a79fd27a7caacd4bece91dfa7045737 \ size 9287 categories security sysutils platforms darwin maintainers nomaintainer license ISC description Look up hashes in the NSRL long_description Look up hashes in the National Software Reference Library database of hashes homepage http://rjhansen.github.io/nsrllookup/ # C++14 compiler.cxx_standard 2014 post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir} }