From fe949dfc2d843399f5ab8c76c46898bba67c0d36 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 19 Apr 2004 17:23:15 +0000 Subject: Initial import of p5-ExtUtils-PkgConfig-1.03, from pkgsrc-wip. 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. --- devel/p5-ExtUtils-PkgConfig/DESCR | 7 +++++++ devel/p5-ExtUtils-PkgConfig/Makefile | 20 ++++++++++++++++++++ devel/p5-ExtUtils-PkgConfig/PLIST | 1 + devel/p5-ExtUtils-PkgConfig/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 devel/p5-ExtUtils-PkgConfig/DESCR create mode 100644 devel/p5-ExtUtils-PkgConfig/Makefile create mode 100644 devel/p5-ExtUtils-PkgConfig/PLIST create mode 100644 devel/p5-ExtUtils-PkgConfig/distinfo diff --git a/devel/p5-ExtUtils-PkgConfig/DESCR b/devel/p5-ExtUtils-PkgConfig/DESCR new file mode 100644 index 00000000000..3dc739dcd0b --- /dev/null +++ b/devel/p5-ExtUtils-PkgConfig/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile new file mode 100644 index 00000000000..b4617094b7c --- /dev/null +++ b/devel/p5-ExtUtils-PkgConfig/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $ +# + +DISTNAME= ExtUtils-PkgConfig-1.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://gtk2-perl.sourceforge.net/ +COMMENT= Simplistic perl interface to pkg-config + +PERL5_REQD= 5.8 +USE_BUILDLINK3= yes + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/PkgConfig/.packlist + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-PkgConfig/PLIST b/devel/p5-ExtUtils-PkgConfig/PLIST new file mode 100644 index 00000000000..41169bb6292 --- /dev/null +++ b/devel/p5-ExtUtils-PkgConfig/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $ diff --git a/devel/p5-ExtUtils-PkgConfig/distinfo b/devel/p5-ExtUtils-PkgConfig/distinfo new file mode 100644 index 00000000000..c499b251571 --- /dev/null +++ b/devel/p5-ExtUtils-PkgConfig/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:23:15 xtraeme Exp $ + +SHA1 (ExtUtils-PkgConfig-1.03.tar.gz) = 70a3f384f3e4db8419f47171b9f6540784c5af4a +Size (ExtUtils-PkgConfig-1.03.tar.gz) = 5840 bytes -- cgit v1.2.3