| # -*- 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$ |
| |
| PortSystem 1.0 |
| PortGroup github 1.0 |
| |
| github.setup cawka ndn-cpp-security-tools 3e78ba65f8f3ed5f94de7066bad6eb0274c38633 |
| checksums rmd160 955cc4ed93f7e28f2605b454f612979a4e63e845 \ |
| sha256 9e4e8e712a2aada1cfd790f169bcb0a28fb307732ff55e62d707dab0c8256fa0 |
| |
| name ndn-cpp-security-tools |
| homepage https://github.com/cawka/ndn-cpp-security-tools |
| license BSD |
| version 0.1 |
| revision 2 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description NDNx security tools. |
| |
| long_description NDNx security tools with TLV support. |
| |
| depends_lib-append port:ndn-cpp-dev \ |
| port:boost \ |
| port:libcryptopp |
| |
| depends_build-append port:pkgconfig |
| |
| use_configure yes |
| |
| configure.cmd ./waf configure |
| |
| build.cmd ./waf |
| build.target build |
| |
| destroot.cmd ./waf |
| destroot.target install |
| destroot.destdir --destdir=${destroot} |