# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.10 5.12 5.14 5.16
perl5.setup           Class-DBI-UUID 1.01
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Provide Globally Unique Column Values
long_description      This module implements globally unique columns values. \
                      When an object is created, the columns specified are \
                      given unique IDs.

platforms             darwin
supported_archs       noarch

checksums             md5 7ea5ff813abf2c43b18c9b833251baa9

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-class-dbi \
                      port:p${perl5.major}-data-uuid
}
