# $Id: Portfile 114431 2013-12-08 09:48:42Z and.damore@macports.org $

PortSystem 1.0
PortGroup select 1.0

name                db_select
version             0.1
revision            2
categories          sysutils
platforms           darwin
license             BSD
maintainers         nomaintainer
supported_archs     noarch
description         common files for selecting default db version
long_description    db_select installs files that allow 'port select' to \
            switch the default version of db. \
            It symlinks the standard compiler executables \
            in the MacPorts prefix to the selected version.

homepage        http://www.macports.org/
distfiles

use_configure           no
build                   {}
destroot {
    select::install db ${filespath}/base
    select::install db ${filespath}/none
}

livecheck.type  none
