Pkgsrc changes: - The package supports installation to DESTDIR - A compiler is not necessary. - pkg-config must be available at run-time because this is only a Perl-wrapper for that program. - The source was not available at sourceforge, so I changed MASTER_SITES to CPAN. Changes since version 1.07: =========================== 1.11 Sat Mar 15 00:35:35 CET 2008 - Fix test failures. - If pkg-config isn't found, warn and exit with status 0 instead of just dying so that CPAN testers don't send bogus failure reports. 1.10 Sat Feb 9 20:29:22 CET 2008 - Fix test failures with older versions of perl and pkg-config. 1.09 Tue Jan 22 21:34:35 CET 2008 - Add support for more pkg-config commands: cflags-only-I, cflags-only-other, libs-only-other, and static-libs (RT #32426, patch by Diab Jerius). - Fix a test failure in t/4.t (RT #31966). - Only print failure messages if appropriate; silence test suite. 1.08 Fri Oct 19 22:04:08 CEST 2007 - add Makefile.PL to MANIFEST. - In the version macro generator, handle non-numeric version number parts by only using the leading digits. - Make pkg-config print the errors it encounters so users know what went wrong.
21 lines
573 B
Makefile
21 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/03/17 22:31:21 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= ExtUtils-PkgConfig-1.11
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|