Ticket #52926: Portfile

File Portfile, 1.1 KB (added by jmgc, 8 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup               muniversal 1.0
5
6name                    unittest-cpp
7version                 1.6.1
8revision                1
9categories              devel
10license                 MIT
11platforms               darwin
12maintainers             nomaintainer
13description             lightweight unit testing framework for C++
14long_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
19homepage                https://github.com/${name}/${name}
20master_sites            https://github.com/${name}/${name}/releases/download/v${version}/
21distfiles               ${name}-${version}.tar.gz
22
23checksums               md5 b4849a686b78ba198a51a49966b8ddba \
24                        sha256 5b00a217f90fe262d91d09405ef5a8b5d28063da2f701cc58af48d560c4792af \
25                        rmd160 cbd4071442622eec6b9246fba84c351290f854d8
26
27destroot.args           prefix=${prefix}