pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile
he b92c9a5653 Update from version 0.11nb1 to 0.12.
Pkgsrc changes:
 o Add a TOOLS_CMD.pkg-config setting to allow tests to work
   (thanks to joerg@ for the hint)

Upstream changes:

1.12  Sun Oct 19 13:56:07 CEST 2008
	- Try to fix a test failure.
2008-11-16 23:40:36 +00:00

23 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.16 2008/11/16 23:40:36 he Exp $
#
DISTNAME= ExtUtils-PkgConfig-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Simplistic perl interface to pkg-config
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/ExtUtils/PkgConfig/.packlist
USE_LANGUAGES= # empty
USE_TOOLS+= pkg-config:run
TOOLS_CMD.pkg-config= ${PREFIX}/bin/pkg-config
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"