           SPELL=parrot
if [[ $PAR_VER == devel ]];then
         VERSION=5.7.0
     SOURCE_HASH=sha512:b726905dc44aa81d4b6ad2bba7972fef535fe5498c49e2d0b8afbacba7e28d40d97dcd63271a95269f4364efd2ec7c00c312ee3b03137551e5c6fbc0bb954955
else
         VERSION=5.0.0
     SOURCE_HASH=sha512:d9e449168248b62cac20355526d1ceb9ecd6269802d46feea49ba01bb4fa1583a42e11b37dc90b2c835c152da4923f64950bb65db439984fc887fe595bcbaa2b
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=ftp://ftp.parrot.org/pub/parrot/releases/${PAR_VER:-stable}/$VERSION/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
        WEB_SITE=http://www.parrot.org/
      LICENSE[0]=ART
         ENTERED=20061122
        KEYWORDS="perl devel"
           SHORT="Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages"
cat << EOF
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for interpreted languages. Parrot will be the target for the final
Perl 6 compiler, and is already usable as a backend for Pugs, as well as
variety of other languages.
EOF
