summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-05-29 07:14:16 +0000
committersno <sno@pkgsrc.org>2009-05-29 07:14:16 +0000
commit0690072d719111dab37e5aa2b6d3640dbc814f19 (patch)
tree3af45661acb62ee79100575b036a186a58b9405a
parent3e89c4ad203090a927d7be63292e0f86afe79ebe (diff)
downloadpkgsrc-0690072d719111dab37e5aa2b6d3640dbc814f19.tar.gz
Importing package for p5 module Devel::CheckLib 0.6.
This module provides a way of checking whether a particular library and its headers are available, by attempting to compile a simple program and link against it.
-rw-r--r--devel/p5-Devel-Checklib/DESCR3
-rw-r--r--devel/p5-Devel-Checklib/Makefile22
-rw-r--r--devel/p5-Devel-Checklib/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Devel-Checklib/DESCR b/devel/p5-Devel-Checklib/DESCR
new file mode 100644
index 00000000000..bb979e32f1c
--- /dev/null
+++ b/devel/p5-Devel-Checklib/DESCR
@@ -0,0 +1,3 @@
+This module provides a way of checking whether a particular library and
+its headers are available, by attempting to compile a simple program and
+link against it.
diff --git a/devel/p5-Devel-Checklib/Makefile b/devel/p5-Devel-Checklib/Makefile
new file mode 100644
index 00000000000..1507cded374
--- /dev/null
+++ b/devel/p5-Devel-Checklib/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:14:16 sno Exp $
+#
+
+DISTNAME= Devel-CheckLib-0.6
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Devel-CheckLib/
+COMMENT= Perl extension to check that a library is available
+#LICENSE= ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-IO-CaptureOutput>=1.08.01:../../devel/p5-IO-CaptureOutput
+
+PERL5_PACKLIST= auto/Devel/Checklib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Devel-Checklib/distinfo b/devel/p5-Devel-Checklib/distinfo
new file mode 100644
index 00000000000..6306a5ca610
--- /dev/null
+++ b/devel/p5-Devel-Checklib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/29 07:14:16 sno Exp $
+
+SHA1 (Devel-CheckLib-0.6.tar.gz) = bcee16d400d016f0a9a3684dc3e65d44b5f0301f
+RMD160 (Devel-CheckLib-0.6.tar.gz) = 5ace19b6ebd90cc95440f8949f90fd1d0242bd01
+Size (Devel-CheckLib-0.6.tar.gz) = 10240 bytes