# -*- 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 78821 2011-05-23 19:29:30Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Object-ID 0.1.1
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL
supported_archs     noarch

description         Object::ID - A unique identifier for any object

long_description    ${description}

# Some Perl distros (like this one) like to use "v" in the version number
distname            ${perl5.module}-v${version}
livecheck.version   v${version}

checksums           sha1 35ca79a6a458b5c8367bf1beb932fdcccd888280 \
                    rmd160 ec61fced38a348dfe40ff292b211b18a5afa48c1

depends_lib-append  port:p5-hash-fieldhash \
                    port:p5-sub-name

perl5.use_module_build
