Added: trunk/dports/perl/p5-string-tokenizer/Portfile (0 => 75331)
--- trunk/dports/perl/p5-string-tokenizer/Portfile (rev 0)
+++ trunk/dports/perl/p5-string-tokenizer/Portfile 2011-01-22 01:34:46 UTC (rev 75331)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem 1.0
+
+PortGroup perl5 1.0
+
+perl5.setup String-Tokenizer 0.05
+revision 0
+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
+
Property changes on: trunk/dports/perl/p5-string-tokenizer/Portfile
___________________________________________________________________