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

name                virtuoso
categories          devel
maintainers         {snc @nerdling} openmaintainer
license             GPL
description         a high-performance object-relational SQL database
long_description    Virtuoso is an enterprise-grade server that delivers a platform \
                    for Data Access, Integration and Management.
homepage            http://${name}.openlinksw.com/dataspace/dav/wiki/Main/

if { ${configure.build_arch} in [list ppc ppc64] } {
    depends_build       port:${name}-5
    version             5.0.15
    revision            0
} elseif { ${configure.build_arch} eq "i386" } {
    depends_build       port:${name}-6
    version             6.1.7
    revision            2
} else {
    depends_build       port:${name}-7
    version             7.1.0
    revision            2
}

livecheck.type		none
