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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | PortGroup cmake 1.0 |
---|
8 | |
---|
9 | depends_lib port:boost |
---|
10 | |
---|
11 | github.setup boostorg hana v0.5.0 |
---|
12 | |
---|
13 | name boost-hana |
---|
14 | |
---|
15 | categories devel |
---|
16 | platforms darwin |
---|
17 | license Boost-1 |
---|
18 | maintainers hates.ms:nikkoara openmaintainer |
---|
19 | |
---|
20 | description Your standard library for metaprogramming |
---|
21 | |
---|
22 | long_description Hana is a header-only library for C++ metaprogramming suited \ |
---|
23 | for computations on both types and values. The functionality \ |
---|
24 | it provides is a superset of what is provided by the well \ |
---|
25 | established Boost.MPL and Boost.Fusion libraries. |
---|
26 | |
---|
27 | checksums sha256 3af575b5014e25e123d07615fd3f125f6aab3ced94b6fb144f44a56a6bca06b4 \ |
---|
28 | rmd160 64fab19938244ae03447d1d4eb4ea10c472f248f |
---|
29 | |
---|
30 | cmake.out_of_source yes |
---|