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 | |
Alexander Afanasyev | 55bb2a0 | 2014-01-22 22:58:01 -0800 | [diff] [blame^] | 7 | github.setup cawka ndn-cpp 874678fed75f5ad10e9c1669d62db29c9ef56feb |
| 8 | checksums rmd160 23b1a0a2f873de45eab308b315e64728e87e69d8 \ |
| 9 | sha256 d4dd356b1664bcbead1141a4539109610c8585bb479b93e0cc40a7df9be76565 |
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 |
Alexander Afanasyev | 55bb2a0 | 2014-01-22 22:58:01 -0800 | [diff] [blame^] | 15 | revision 1 |
Wentao Shang | cc0c7f6 | 2014-01-20 12:22:26 -0800 | [diff] [blame] | 16 | |
| 17 | categories net |
| 18 | platforms darwin |
| 19 | maintainers ucla.edu:alexander.afanasyev |
| 20 | |
| 21 | description C++ development library for NDN |
| 22 | |
| 23 | long_description C++ development library for NDN. |
| 24 | |
| 25 | use_autoreconf yes |
| 26 | use_configure yes |
| 27 | |
| 28 | depends_lib-append port:boost \ |
| 29 | port:openssl \ |
| 30 | port:libcryptopp \ |
| 31 | port:sqlite3 |
| 32 | |
| 33 | configure.args-append --without-c++11 \ |
| 34 | --with-system-boost |