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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1
PortGroup           boost 1.0

github.setup        meltwater served 1.6.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          devel
maintainers         nomaintainer
license             MIT

description         Served is a C++ library for building high performance \
                    RESTful web servers.

long_description    Served builds upon Boost.ASIO to provide a simple API for \
                    developers to create HTTP services in C++.

checksums           rmd160  5cc8e03b106460a1bb8859611ab8c7a7a5c0e186 \
                    sha256  6d2bf9283533be8009d55a44a2bd17d32193540a58deff05d12557140be8073b \
                    size    146271

patchfiles          no-ragel.patch

compiler.cxx_standard   2011

configure.args-append \
                    -DSERVED_BUILD_STATIC=ON \
                    -DSERVED_BUILD_EXAMPLES=OFF