# -*- 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
# $Id$

PortSystem          1.0
PortGroup           github 1.0

github.setup        BorisSchaeling boost-process 9a19312ddf98b01fdb4b43fc58634b8ee2668b58
version             0.5
categories          devel
platforms           darwin
maintainers         hates.ms:nikkoara openmaintainer
license             Boost-1
supported_archs     noarch

description         C++ process management library

long_description    Boost.Process (not an official Boost library) is a C++ library for \
                    process setup and management.

homepage            http://www.highscore.de/boost/process${version}/

checksums           rmd160  d22ea439488203e5ba1c562cd02f48a345884575 \
                    sha256  626407a0cde0861727afbdc727bd18ec4fa1b19776ffeedf710984f63735be3a

depends_lib         port:boost

use_configure       no

build {}

destroot {
    copy ${worksrcpath}/boost ${destroot}${prefix}/include/
}