           SPELL=perl-extutils-pkgconfig
           SNAME=ExtUtils-PkgConfig
         VERSION=1.16
     SOURCE_HASH=sha512:a872fd54aa5bf3137ace9c44457dfc047ea6d283accc453e824b609b6996a8e2fab685459f38a8236419155df01a18421671426a7237639a47ab32e18c9b4191
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/X/XA/XAOC/${SOURCE}
        WEB_SITE=https://metacpan.org/release/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
