Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame^] | 1 | # -*- 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 |
| 2 | # $Id$ |
| 3 | |
| 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | |
| 7 | github.setup cawka ndn-cpp 06e9d25a99ad2de2f56f0063b520acb9bec248ef |
| 8 | checksums rmd160 8742e4d3cdbaf5730eb9f36016cf4162bf4b03a1 \ |
| 9 | sha256 b1ace828859e20cbf5a342f854f31f0f42248e14cc0439f31c8934d30ac92a1f |
| 10 | |
| 11 | name ndn-cpp-dev |
| 12 | homepage https://github.com/cawka/ndn-cpp |
| 13 | license BSD |
| 14 | version 0.2.1 |
| 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description C++ development library for NDN |
| 21 | |
| 22 | long_description C++ development library for NDN. |
| 23 | |
| 24 | use_autoreconf yes |
| 25 | use_configure yes |
| 26 | |
| 27 | depends_lib-append port:boost \ |
| 28 | port:openssl \ |
| 29 | port:libcryptopp \ |
| 30 | port:sqlite3 |
| 31 | |
| 32 | configure.args-append --without-c++11 \ |
| 33 | --with-system-boost |