# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup URI 1.35 revision 1 platforms darwin maintainers nox 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 1a933b1114c41a25587ee59ba8376f7c \ sha1 e385446f95bbf12ea55e002cf594c85a73e85e7b \ rmd160 8044cd40c9c6b083a1455ac34a03f9e283a6c959 post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} Changes README ${destroot}${docdir} }