# -*- 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 76506 2011-02-26 14:52:47Z davidnichols@macports.org $

PortSystem          1.0

name                qore-ncurses-module
version             0.2.1
categories          lang
maintainers         davidnichols
description         ASN.1 module for Qore
long_description    Module providing ncurses functionality for terminal I/O in Qore
homepage            http://qore.org
platforms           darwin
master_sites        sourceforge:qore

checksums           md5 b2325c2ff8778ae51c5dabffe30bcd1c \
                    sha1 e562ef797c1ef9c8edfb6795662ec3f0aa1c6e7b \
                    rmd160 1f019d0b9004d5a990abf5a541c17016d4d7147e

depends_lib         port:qore \
                    port:ncurses

configure.args      --disable-debug
