# -*- 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 87545 2011-11-25 05:18:12Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-Simple 0.98
platforms           darwin
supported_archs     noarch
maintainers         email.arc.nasa.gov:sal
license             {Artistic GPL}

description         Basic utilities for writing perl tests
long_description    ${description}

checksums           rmd160  92b20f1f3165bfc6d07e6585f400ab2a2124e987 \
                    sha256  2fb203e2cb75e72c6f70af71c6b01998f2c0ec2afba6c38cc5053c6107cd12a8

## # Perl searches vendor location last, so this won't
## # override the older version included with perl
## # if we install it in the vendor location
## set perl5.lib   ${prefix}/lib/perl5/${perl5.version}

## configure.args  

## post-destroot {
##     ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
## }
