# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup URI 1.37 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 b81b3610b78654e11c099f74a5247860 \ sha1 7f0c8e8888e7995bfeb349e607dca696ffb69429 \ rmd160 562d0e41da2f85769dad19a8699d8a07b77e9171 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