           SPELL=parrot
if [[ $PAR_VER == devel ]];then
         VERSION=1.7.0
     SOURCE_HASH=sha512:090287f877a7e7e28de0b56e55c2d10d38ec093a26f40014dcf3f3f3463f9c6e88476c248eff6e2ce364581ccf3f9f6e288c2a08b27f9d227400c6a13bae0412
else
         VERSION=1.4.0
     SOURCE_HASH=sha512:39173fe41a2cfe5fd99fba61342aab8b857b93f78cf3b14e9e3ab7d1ec4f764ec7108d601b27bd4d03451130efe11d31a91fabd6bf1b958f71ea5de7b559821e
fi
          SOURCE=$SPELL-$VERSION.tar.gz
   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
