Commits
David B. Evans authored 19763e6d5e1
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup wxWidgets 1.0 |
5 5 | |
6 + | # requires C++11 compiler |
7 + | PortGroup cxx11 1.1 |
8 + | |
6 9 | name codeblocks |
7 10 | version 17.12 |
8 11 | revision 1 |
9 12 | platforms darwin freebsd |
10 13 | categories devel aqua x11 |
11 14 | license GPL-3+ |
12 15 | license_noconflict boost |
13 16 | maintainers nomaintainer |
14 17 | |
15 18 | description Open Source, Cross-platform, Free C/C++/D IDE |