# -*- 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: Portfile 125711 2014-09-24 12:05:13Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               pure 1.0

pure.setup              stllib 0.6
categories              devel
platforms               darwin
maintainers             ryandesign
license                 BSD

description             a Pure interface to some C++ container types

long_description        ${name} provides ${description}.

checksums               rmd160  55d6c5920923472570185324feea6fa6d71c7ce7 \
                        sha256  1d550764fc2f8ba6ddbd1fbd3da2d6965b69e2c992747265d9ebe4f16aa5e455

depends_build-append    port:pkgconfig

# These are set in the Makefile but the pure portgroup overrides them.
configure.cxxflags-append -g -std=c++0x -Wall

test.run                yes
test.target             check
