# -*- 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        schrodinger maeparser 1.3.3 v
github.tarball_from archive
revision            0

categories          science
license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         maeparser is a parser for Schrodinger Maestro files
long_description    {*}${description}

checksums           rmd160  d7693368f54b0a48151504917a385a393a12df0f \
                    sha256  78e7571a779ea4952e752ecef57c62fb26463947e29ef7f4b31b11988d88ca07 \
                    size    39896

compiler.cxx_standard \
                    2011

depends_lib-append  port:zlib

configure.args-append \
                    -DMAEPARSER_BUILD_TESTS=OFF
