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.
This commit is contained in:
parent
d2240ce5d2
commit
67b9337514
3 changed files with 30 additions and 0 deletions
3
devel/p5-Devel-Checklib/DESCR
Normal file
3
devel/p5-Devel-Checklib/DESCR
Normal file
|
@ -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.
|
22
devel/p5-Devel-Checklib/Makefile
Normal file
22
devel/p5-Devel-Checklib/Makefile
Normal file
|
@ -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"
|
5
devel/p5-Devel-Checklib/distinfo
Normal file
5
devel/p5-Devel-Checklib/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue