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 | |
Yingdi Yu | 76d185b | 2014-01-22 20:04:44 -0800 | [diff] [blame] | 7 | github.setup cawka ndn-cpp afc45a96221fbabd9e2e4d753b4a126a8e417da0 |
| 8 | checksums rmd160 df0c487edbdd2e134a43dafcc67793bf3fc67b07 \ |
| 9 | sha256 c6cd4ac6ca413f9cebf0f1653b4eb069ac37b3c7a76bc7f8e8da232dd68f1ba4 |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 10 | |
| 11 | name ndn-cpp-dev |
| 12 | homepage https://github.com/cawka/ndn-cpp |
| 13 | license BSD |
Yingdi Yu | 76d185b | 2014-01-22 20:04:44 -0800 | [diff] [blame] | 14 | version 0.2.2 |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 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 |