Commits
Peter Newman authored and Joshua Root committed 0e3231a697f
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 + | PortGroup cxx11 1.1 |
5 6 | |
6 7 | github.setup OpenLightingProject ola 0.10.7 |
7 8 | categories net comms |
8 9 | platforms darwin |
9 10 | license GPL-2+ LGPL-2.1+ |
10 11 | maintainers {pjnewman.co.uk:bugs @peternewman} \ |
11 12 | openmaintainer |
12 13 | |
13 14 | description An open framework for DMX512 lighting control |
14 15 | |