blob: a39c27d212821ccf3a4c3d79442ba40cd39be0dc [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
Alexander Afanasyev55bb2a02014-01-22 22:58:01 -08007github.setup cawka ndn-cpp 874678fed75f5ad10e9c1669d62db29c9ef56feb
8checksums rmd160 23b1a0a2f873de45eab308b315e64728e87e69d8 \
9 sha256 d4dd356b1664bcbead1141a4539109610c8585bb479b93e0cc40a7df9be76565
Wentao Shangcc0c7f62014-01-20 12:22:26 -080010
11name ndn-cpp-dev
12homepage https://github.com/cawka/ndn-cpp
13license BSD
Yingdi Yu76d185b2014-01-22 20:04:44 -080014version 0.2.2
Alexander Afanasyev55bb2a02014-01-22 22:58:01 -080015revision 1
Wentao Shangcc0c7f62014-01-20 12:22:26 -080016
17categories net
18platforms darwin
19maintainers ucla.edu:alexander.afanasyev
20
21description C++ development library for NDN
22
23long_description C++ development library for NDN.
24
25use_autoreconf yes
26use_configure yes
27
28depends_lib-append port:boost \
29 port:openssl \
30 port:libcryptopp \
31 port:sqlite3
32
33configure.args-append --without-c++11 \
34 --with-system-boost