# -*- 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 54177 2009-07-22 16:20:10Z davidnichols@macports.org $

PortSystem          1.0

name                qore-pgsql-module
version             1.0.4
categories          lang
maintainers         davidnichols
description         PostgreSQL module for Qore
long_description    Module allowing communication with PostgreSQL DBs from the Qore Programming Language
homepage            http://qore.org
platforms           darwin
master_sites        sourceforge:qore

checksums           md5 a91dd46acd1a9a937c10d4fea5daa83d \
                    sha1 32b8c2cf407a07cf3e6f00374e1b4b86ecbd41a9 \
                    rmd160 457bcc5d88ca48877c2111d7e97df660cf7461dd

depends_lib         port:qore \
                    port:postgresql83

configure.args      --disable-debug
