           SPELL=param
         VERSION=2.23.0
          SOURCE=Param-$VERSION.tar.bz2
   SOURCE_URL[0]=http://thomas.orgis.org/scripterei/download/$SOURCE
     SOURCE_GPG=thomas.orgis.gpg:$SOURCE.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Param-${VERSION}
        WEB_SITE=http://thomas.orgis.org/scripterei
         ENTERED=20060703
      LICENSE[0]=Artistic
           SHORT="A featureful Perl module for interpreting command line options and parsing/creating config files."
cat << EOF
Yet another parameter library for Perl that evolved despite the author's
knowledge of reinventing wheels not being the best hobby.  But, this wheel
felt rounder for the author than other solutions.

It provides:
 - simple definition of parameters and default values - short and long options
	simple switches, value assignment, clustering of switches
 - generating help messages - search for and parse as well as generate
 config files (same set of parameters, possibility to hide special stuff
 from command line help)
EOF
