Ticket #20918: Portfile.3

File Portfile.3, 1.2 KB (added by paj-macports@…, 14 years ago)

Fixed Short Description and Compiler, as per raimue's feedback.

Line 
1# -*- 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
5
6name                cppcheck
7version             1.45
8categories          devel
9platforms           darwin
10maintainers         johnsy.com:paj-macports
11
12description         Static analysis of C and C++ code.
13
14long_description    Cppcheck is an analysis tool for C and C++ code. Unlike \
15                    compilers and many other analysis tools, we don't detect \
16                    syntax errors. Cppcheck only detects the types of bugs that \
17                    the compilers normally fail to detect. The goal is no false \
18                    positives.
19
20homepage            http://cppcheck.sourceforge.net/
21master_sites        sourceforge
22checksums           md5     1d2661fc2570331a7c9c4188a356d6f7 \
23                    sha1    3f9dc771f44a01b7d0465d13875fcd5d8b25c7d2 \
24                    rmd160  de1a2c525582e9ce354c3b1c4d2577727d93c332
25
26build.args          CXX=${configure.cxx}
27destroot.args       PREFIX=${prefix}
28license             GPLv3
29test.run                yes
30test.target             test
31use_configure       no