Ticket #19823: Portfile

File Portfile, 896 bytes (added by pope (K. Adam Christensen), 15 years ago)
Line 
1#  $Id$
2
3PortSystem          1.0
4
5name                cmockery
6version             0.1.2
7revision            1
8categories          devel
9maintainers         shifteleven.com:pope
10description         unit testing and mocking library for C
11long_description    A lightweight library to simplify and generalize the \
12                    process of writing unit tests for C applications.
13homepage            http://code.google.com/p/cmockery/
14platforms           darwin
15master_sites        http://cmockery.googlecode.com/files/
16
17checksums           md5 8c5622a65f2f7527c0155a41f4db389c \
18                    sha1 964ed1104a0cbbea8a9a34e88c6e79b546eff1bc \
19                    rmd160 700c155ba56075aa38cd5276cd47ab4af220dec3
20
21patchfiles          patch-malloc_check.diff
22
23# -*- 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