# $Id: Portfile 112361 2013-10-21 03:42:28Z ricci@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup		String-Tokenizer 0.05
revision		3
license			{Artistic-1 GPL}
maintainers		nomaintainer
description		    A simple string tokenizer.
long_description    A simple string tokenizer which takes a string and \
					splits it on whitespace. It also optionally takes \
					a string of characters to use as delimiters, and \
					returns them with the token set as well. This allows \
					for splitting the string in many different ways.

checksums           md5     650bfc09bc0c7b671a67329b2bb901f8 \
                    sha1    e9feede7e29d3ab0d605ff7500500add59db2b7d

platforms		darwin
supported_archs	noarch
