mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- 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.4.2
|
|
revision 0
|
|
|
|
checksums rmd160 c23f89418770b238482f8bffdc549d5f205c0334 \
|
|
sha256 bdc17e38880f909eeaec60804db2276761c309279735eb42c781f6757edd4061 \
|
|
size 8029
|
|
github.tarball_from archive
|
|
|
|
categories security sysutils
|
|
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}
|
|
}
|