# -*- 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 66877 2010-04-24 19:28:29Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     URI 1.54
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     dabc621fd116064395483d80c329095b \
                sha1    e0ef831aed3b3dd44b3027075b610a81c135ddae \
                rmd160  0b22ee09f348275c0ceea195526f8d0418f12c56

use_parallel_build  yes

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

universal_variant   no
if {[info exists supported_archs]} {
    supported_archs noarch
}
