Devel::CheckLib 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. WWW: http://search.cpan.org/dist/Devel-CheckLib/ PR: ports/149440 Submitted by: Frederic Culot <frederic at culot.org> Approved by: rene@ (mentor vacation)
This commit is contained in:
parent
c4779dc43f
commit
83664b8af0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259136
5 changed files with 42 additions and 0 deletions
|
@ -1481,6 +1481,7 @@
|
|||
SUBDIR += p5-Devel-Caller
|
||||
SUBDIR += p5-Devel-Caller-Perl
|
||||
SUBDIR += p5-Devel-Callsite
|
||||
SUBDIR += p5-Devel-CheckLib
|
||||
SUBDIR += p5-Devel-CheckOS
|
||||
SUBDIR += p5-Devel-Constants
|
||||
SUBDIR += p5-Devel-CoreStack
|
||||
|
|
25
devel/p5-Devel-CheckLib/Makefile
Normal file
25
devel/p5-Devel-CheckLib/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Devel-CheckLib
|
||||
# Date created: 08 August 2010
|
||||
# Whom: Frederic Culot <frederic@culot.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-CheckLib
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= frederic@culot.org
|
||||
COMMENT= Perl5 module to check that a library is available
|
||||
|
||||
BUILD_DEPENDS= p5-IO-CaptureOutput>=1.08:${PORTSDIR}/devel/p5-IO-CaptureOutput
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= use-devel-checklib.1
|
||||
MAN3= Devel::CheckLib.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-CheckLib/distinfo
Normal file
3
devel/p5-Devel-CheckLib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Devel-CheckLib-0.6.tar.gz) = 0be78a1e60ea86b35d67ff73d79c0ba2
|
||||
SHA256 (Devel-CheckLib-0.6.tar.gz) = dfa268a49df84ed547e39babc095f32dcd186714f55049e441f8b6469de87e07
|
||||
SIZE (Devel-CheckLib-0.6.tar.gz) = 10240
|
5
devel/p5-Devel-CheckLib/pkg-descr
Normal file
5
devel/p5-Devel-CheckLib/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Devel::CheckLib 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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-CheckLib/
|
8
devel/p5-Devel-CheckLib/pkg-plist
Normal file
8
devel/p5-Devel-CheckLib/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/use-devel-checklib
|
||||
%%SITE_PERL%%/Devel/CheckLib.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckLib/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckLib
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/Devel/CheckLib
|
||||
@dirrmtry %%SITE_PERL%%/Devel
|
Loading…
Reference in a new issue