# -*- 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 86989 2011-11-07 20:51:14Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

name                psh
perl5.major         5.12
perl5.setup         psh 1.0
revision            2
categories          shells perl
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         The Perl Shell
long_description \
    The Perl Shell (psh) combines aspects of bash and other shells with \
    the power of Perl scripting.

platforms           darwin

homepage            http://sourceforge.net/projects/psh/
master_sites        sourceforge

checksums           md5 73ada6747732c9abdfec2d6ad5c477c6

depends_lib-append  port:p${perl5.major}-term-readline-gnu \
                    port:p${perl5.major}-bsd-resource

