# -*- 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 144205 2016-01-04 20:42:22Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 name stow version 2.2.2 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 c8f64c35d81dca28030d5a731f3597f262ce33bd \ sha256 e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df perl5.branches 5.22 configure.perl ${perl5.bin} depends_lib port:perl${perl5.major} # TODO: replace depends_build with depends_test # # depends_test port:p${perl5.major}-test-output \ # port:p${perl5.major}-io-stringy depends_build-append \ port:p${perl5.major}-test-output \ port:p${perl5.major}-io-stringy test.run yes