1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup muniversal 1.0 |
---|
5 | |
---|
6 | name unittest-cpp |
---|
7 | version 1.6.1 |
---|
8 | revision 1 |
---|
9 | categories devel |
---|
10 | license MIT |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | description lightweight unit testing framework for C++ |
---|
14 | long_description UnitTest++ is a lightweight unit testing framework for C++. \ |
---|
15 | It was designed to do test-driven development on a wide variety \ |
---|
16 | of platforms. Simplicity, portability, speed, and small footprint \ |
---|
17 | are all very important aspects of UnitTest++. |
---|
18 | |
---|
19 | homepage https://github.com/${name}/${name} |
---|
20 | master_sites https://github.com/${name}/${name}/releases/download/v${version}/ |
---|
21 | distfiles ${name}-${version}.tar.gz |
---|
22 | |
---|
23 | checksums md5 b4849a686b78ba198a51a49966b8ddba \ |
---|
24 | sha256 5b00a217f90fe262d91d09405ef5a8b5d28063da2f701cc58af48d560c4792af \ |
---|
25 | rmd160 cbd4071442622eec6b9246fba84c351290f854d8 |
---|
26 | |
---|
27 | destroot.args prefix=${prefix} |
---|