Ticket #49735: Portfile

File Portfile, 1.0 KB (added by nikkoara@…, 8 years ago)
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
6PortGroup           github 1.0
7PortGroup           cmake 1.0
8
9depends_lib         port:boost
10
11github.setup        boostorg hana v0.5.0
12
13name                boost-hana
14
15categories          devel
16platforms           darwin
17license             Boost-1
18maintainers         hates.ms:nikkoara openmaintainer
19
20description         Your standard library for metaprogramming
21
22long_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
27checksums           sha256 3af575b5014e25e123d07615fd3f125f6aab3ced94b6fb144f44a56a6bca06b4 \
28                    rmd160 64fab19938244ae03447d1d4eb4ea10c472f248f
29
30cmake.out_of_source yes