# -*- 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 118139 2014-03-23 15:17:38Z cal@macports.org $

PortSystem          1.0

name                stow
version             2.2.0
revision            1
categories          sysutils
platforms           darwin
maintainers         nomaintainer
license             GPL-2+
supported_archs     noarch

description         perl utility to manage the installation of software packages.

long_description    This is GNU Stow, a program for managing the installation \
                    of software packages, keeping them separate \
                    (/usr/local/stow/emacs vs. /usr/local/stow/perl, for \
                    example) while making them appear to be installed in the \
                    same place (/usr/local).

homepage            http://www.gnu.org/software/stow/stow.html
master_sites        gnu

checksums           rmd160  23b4a6384baca2bb3691e98ea3eefa67a07709ea \
                    sha256  8b89d79939cf9ae87d2f223bb36a3b2d0c66775b62aeb9953c6d33dab40d3c2b

configure.perl      ${prefix}/bin/perl5.16
depends_lib         port:perl5.16 \
                    port:p5.16-test-output
