| # -*- 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 874678fed75f5ad10e9c1669d62db29c9ef56feb |
| checksums rmd160 23b1a0a2f873de45eab308b315e64728e87e69d8 \ |
| sha256 d4dd356b1664bcbead1141a4539109610c8585bb479b93e0cc40a7df9be76565 |
| |
| name ndn-cpp-dev |
| homepage https://github.com/cawka/ndn-cpp |
| license BSD |
| version 0.2.2 |
| revision 1 |
| |
| categories net |
| platforms darwin |
| maintainers ucla.edu:alexander.afanasyev |
| |
| description C++ development library for NDN |
| |
| long_description C++ development library for NDN. |
| |
| use_autoreconf yes |
| use_configure yes |
| |
| depends_lib-append port:boost \ |
| port:openssl \ |
| port:libcryptopp \ |
| port:sqlite3 |
| |
| configure.args-append --without-c++11 \ |
| --with-system-boost |