Commits
Marcus Calhoun-Lopez authored 7cbbb6dd71f
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup compiler_blacklist_versions 1.0 |
5 5 | PortGroup mpi 1.0 |
6 6 | |
7 7 | name boost |
8 8 | version 1.65.1 |
9 + | revision 1 |
9 10 | license Boost-1 |
10 11 | categories devel |
11 12 | platforms darwin |
12 13 | maintainers {ryandesign @ryandesign} {michaelld @michaelld} openmaintainer |
13 14 | |
14 15 | description Collection of portable C++ source libraries |
15 16 | |
16 17 | long_description \ |
17 18 | Boost provides free portable peer-reviewed C++ \ |
18 19 | libraries. The emphasis is on portable libraries \ |