Initial import p5-ExtUtils-LibBuilder 0.04
Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there isn't a clear method to compile standard, self-contained C libraries. This module main goal is to help in that task.
This commit is contained in:
parent
d0cc56b7f7
commit
8e1af39156
3 changed files with 33 additions and 0 deletions
6
devel/p5-ExtUtils-LibBuilder/DESCR
Normal file
6
devel/p5-ExtUtils-LibBuilder/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Some Perl modules need to ship C libraries together with their Perl
|
||||
code. Although there are mechanisms to compile and link (or glue) C
|
||||
code in your Perl programs, there isn't a clear method to compile
|
||||
standard, self-contained C libraries.
|
||||
|
||||
This module main goal is to help in that task.
|
22
devel/p5-ExtUtils-LibBuilder/Makefile
Normal file
22
devel/p5-ExtUtils-LibBuilder/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/11 08:18:59 markd Exp $
|
||||
|
||||
DISTNAME= ExtUtils-LibBuilder-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-LibBuilder/
|
||||
COMMENT= Perl5 module for building C libraries
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.23}:../../devel/p5-ExtUtils-CBuilder
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/ExtUtils/LibBuilder/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-ExtUtils-LibBuilder/distinfo
Normal file
5
devel/p5-ExtUtils-LibBuilder/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/03/11 08:18:59 markd Exp $
|
||||
|
||||
SHA1 (ExtUtils-LibBuilder-0.04.tar.gz) = 295926a51051e86f9173da0a091cc90c8efb4052
|
||||
RMD160 (ExtUtils-LibBuilder-0.04.tar.gz) = a12ef706c4da6a3b0fbc2facf5b37f05a3509a82
|
||||
Size (ExtUtils-LibBuilder-0.04.tar.gz) = 5372 bytes
|
Loading…
Reference in a new issue