# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     String-ShellQuote 1.03
name		p5-string-shellquote
maintainers	tcnj.edu:hagedorn
description	Quote strings for passing through the shell
long_description  \
		  This module contains some functions which are useful\
		  for quoting strings which are going to pass through\
		  the shell or a shell-like object.

homepage	  http://search.cpan.org/~rosch/${distname}/
platforms	  darwin

checksums       md5 b42822efe385f6604f55b0cea5ac0b76 \
		sha1 c13a0f05ca3798059cc5209ee4b61ec6d3b91746 \
		rmd160 25c8d9f09a7238fccf4fc18fc2aa241d81d763f3

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
