# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 52165 2009-06-11 14:54:24Z nox@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     URI 1.38
platforms       darwin
maintainers     nox openmaintainer
description     Uniform Resource Identifiers (absolute and relative)

long_description \
    This package contains the URI.pm module with friends.  The module implements the URI class. \
    Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and \
    updated by RFC 2732.

checksums       md5     35fba2715eb8ac56e8e30244ae69ff65 \
                sha1    2f3ffcfe28c06ec4bdd1da09f33e54b1ba0e5335 \
                rmd160  5e20715cda003fd2ecf2e02398def5ceffba1ae0

use_parallel_build  yes

post-destroot {
    set docdir ${prefix}/share/doc/${name}-${version}
    xinstall -d ${destroot}${docdir}
    xinstall -m 644 -W $worksrcpath Changes README $destroot$docdir
}

universal_variant   no
