Ticket #44404: Portfile

File Portfile, 776 bytes (added by gtolemans@…, 10 years ago)
Line 
1PortSystem                      1.0
2
3name                            libstreamlog
4version                         1.0
5categories                      devel
6platforms                       darwin
7license                         BSD
8maintainers                     gmail.com:gtolemans
9description                     Logging library built on top of C++ standard output streams
10long_description        Streamlog is a simple and lightweight library that maintains an array of \
11                                        user-defined C++ standard output streams. Every time you write to the log, \
12                                        it automatically writes to all of the added streams.
13
14homepage                        https://bitbucket.org/nwehr/streamlog/wiki/Home
15master_sites            https://bitbucket.org/nwehr/streamlog/downloads
16
17checksums                       rmd160  373f6b9d9afe9371cd3c4446b42466b793fc8481 \
18                                        sha256  3ff1ef9f04dbddbbe6b40a999150f999680543c3aef8d9f7f288fb9ac9722314
19
20depends_lib                     port:cmake
21
22configure.cmd           cmake
23configure.args          ./