pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-Checklib Importing package for p5 modul...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64068c87df64
branches: trunk
changeset: 393868:64068c87df64
user: sno <sno%pkgsrc.org@localhost>
date: Fri May 29 07:14:16 2009 +0000
description:
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.
diffstat:
devel/p5-Devel-Checklib/DESCR | 3 +++
devel/p5-Devel-Checklib/Makefile | 22 ++++++++++++++++++++++
devel/p5-Devel-Checklib/distinfo | 5 +++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 8dd08ef224fe -r 64068c87df64 devel/p5-Devel-Checklib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Checklib/DESCR Fri May 29 07:14:16 2009 +0000
@@ -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 -r 8dd08ef224fe -r 64068c87df64 devel/p5-Devel-Checklib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Checklib/Makefile Fri May 29 07:14:16 2009 +0000
@@ -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@localhost
+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 -r 8dd08ef224fe -r 64068c87df64 devel/p5-Devel-Checklib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Checklib/distinfo Fri May 29 07:14:16 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index