Re-import devel/p5-Devel-Checklib into devel/p5-Devel-CheckLib to match
PKGNAME and directory name.
This commit is contained in:
parent
e2e1baf388
commit
9ed375cfd5
3 changed files with 31 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.
|
23
devel/p5-Devel-CheckLib/Makefile
Normal file
23
devel/p5-Devel-CheckLib/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/11/23 11:39:46 hiramatsu Exp $
|
||||
|
||||
DISTNAME= Devel-CheckLib-0.95
|
||||
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= ${PERL5_LICENSE}
|
||||
|
||||
PREV_PKGPATH= devel/p5-Devel-Checklib
|
||||
|
||||
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 2011/11/23 11:39:46 hiramatsu Exp $
|
||||
|
||||
SHA1 (Devel-CheckLib-0.95.tar.gz) = 2267b0f4d86e395d5670fc7c382bf786da857c33
|
||||
RMD160 (Devel-CheckLib-0.95.tar.gz) = 6a470195d03acfae1576021921f929aff5bd4ea1
|
||||
Size (Devel-CheckLib-0.95.tar.gz) = 12398 bytes
|
Loading…
Reference in a new issue