           SPELL=perl-extutils-pkgconfig
           SNAME=ExtUtils-PkgConfig
         VERSION=1.11
     SOURCE_HASH=sha512:f5dc334670955690ca1756e919d1a3e2eb035ccd26dd36260556dbab8dcf6ea2d932fbffb96a0f5d6846f67caa75f66625119652fba5d93da7815fcb9475d8a6
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TS/TSCH/$SOURCE
        WEB_SITE=http://search.cpan.org/~mlehmann/ExtUtils-PkgConfig/
         ENTERED=20040706
      LICENSE[0]=GPL
        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
