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

github.setup        emcrisostomo hostage 1.0.1
revision            0
github.tarball_from tarball
categories          sysutils
platforms           darwin
supported_archs     i386 x86_64
license             GPL-3
maintainers         {emcrisostomo @emcrisostomo} openmaintainer

description         A command line utility to programmatically edit the host \
                    name database file (/etc/hosts)
long_description    hostage is a command line utility to programmatically edit \
                    the host name database, which is typically the /etc/hosts \
                    plain text file in many UNIX and UNIX-like operating \
                    systems.  hostage can list and validate a host name \
                    database file, add entries to the database, remove entries \
                    by address, and remove entries by host name.

checksums           rmd160  db27d6f09d8e5d5b3db8075655ee0007b8fb02d0 \
                    sha256  9f794d220472be849de46a9f05b6d0bee64e0a9f26f293bf7907ff6f0134eb60 \
                    size    54668

compiler.cxx_standard \
                    2011
compiler.thread_local_storage \
                    yes

cmake.module_path   ${prefix}/lib/cmake/antlr4

depends_lib-append  port:antlr4-cpp-runtime
