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