           SPELL=perl-extutils-pkgconfig
           SNAME=ExtUtils-PkgConfig
         VERSION=1.07
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/gtk2-perl/$SOURCE
        WEB_SITE=http://gtk2-perl.sourceforge.net/
         ENTERED=20040706
     SOURCE_HASH=sha512:16fe2daf8ea7bfd4aa45a408bd09d754fff64b579e975db9629efb263021ef75ec5945a15c7a1e283d2467d337eebb3cd356b3e5f5f2b308dba4246fe87fe1d6
      LICENSE[0]=GPL
      PATCHLEVEL=1
        KEYWORDS="perl"
           SHORT="simplistic interface to pkg-config"
cat << EOF
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.

ExtUtils::PkgConfig is a very simplistic interface to this utility, intended
for use in the Makefile.PL of perl extensions which bind libraries that
pkg-config knows.  It is really just boilerplate code that you would've
written yourself.
EOF
