# -*- 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 104522 2013-03-27 00:33:15Z ryandesign@macports.org $

PortSystem          1.0

name                qore-oracle-module
version             2.2.1
revision            2
use_bzip2           yes
categories          lang
license             LGPL-2.1
maintainers         davidnichols
description         Oracle module for Qore
long_description    Module allowing communication with Oracle DBs from the Qore Programming Language
homepage            http://qore.org
platforms           darwin
master_sites        sourceforge:project/qore/module-oracle/${version}

checksums           md5 4487eaa15cdc7d7837be8e05bfa41173 \
                    sha1 6e12e3aedc550d1642ab23500998e45a7202bc90 \
                    rmd160 5a89b4dcd9c7b3dd2821d9daab141c6ca6d6bc57

depends_lib         port:qore \
                    port:oracle-instantclient

configure.args      --disable-debug
