5be0bbd7c5
1.15 Sat Sep 28 22:14:31 PDT 2013 - Gracefully handle empty fields in pkg-config files. 1.14 Sun Feb 3 17:51:54 PDT 2013 - Skip tests for pkg-config binary with the '--max-version' switch on OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config' - Updated Makefile.PL to use a META_MERGE block with WriteMakefile(); this block is what MetaCPAN reads when generating page output
20 lines
563 B
Makefile
20 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/12/10 22:02:16 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-PkgConfig-1.15
|
|
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
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # empty
|
|
USE_TOOLS+= pkg-config:run
|
|
PERL5_PACKLIST= auto/ExtUtils/PkgConfig/.packlist
|
|
|
|
TOOLS_CMD.pkg-config= ${TOOLS_PATH.pkg-config}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|