summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-19 17:23:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-19 17:23:15 +0000
commit4c7ed1ea02ab73d2121c39574068590bcf9cff1e (patch)
tree0715b3d09580904c62ea33044f95ab2df53ef184 /devel/p5-ExtUtils-PkgConfig
parent3d12034d82793f293b3e129592fa74d28140598a (diff)
downloadpkgsrc-4c7ed1ea02ab73d2121c39574068590bcf9cff1e.tar.gz
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.
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/DESCR7
-rw-r--r--devel/p5-ExtUtils-PkgConfig/Makefile20
-rw-r--r--devel/p5-ExtUtils-PkgConfig/PLIST1
-rw-r--r--devel/p5-ExtUtils-PkgConfig/distinfo4
4 files changed, 32 insertions, 0 deletions
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