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

name                    tclap
version                 1.2.5
revision                0
checksums               rmd160  da1bc4cddd5f9bb4185d022e2621ea7e4cbe5602 \
                        sha256  bb649f76dae35e8d0dcba4b52acfd4e062d787e6a81b43f7a4b01275153165a6 \
                        size    4140723

categories              devel
platforms               any
maintainers             nomaintainer
supported_archs         noarch
license                 MIT

description             Templatized C++ Command Line Parser

long_description        This is a simple templatized C++ library for parsing \
                        command line arguments. \
                        The library provides a simple, flexible object-oriented \
                        interface to the command line that automates argument \
                        parsing, USAGE creation and type casting. \
                        \nNote: this port installs no samples or documentation\; \
                        for that, see ${name}'s home page.

homepage                http://tclap.sourceforge.net/
master_sites            sourceforge

# do not generate docs (should the build phase be enabled again)
configure.args-append   --disable-doxygen

# do not build anything, lib is header only
build {}

livecheck.regex         ${name}-(\[0-9\]\\.\[0-9\]+\\.\[0-9\]+)
