# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		String-Tokenizer 0.05
revision		2
maintainers		ricci openmaintainer
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
