diff options
author | markd <markd@pkgsrc.org> | 2012-03-11 08:18:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-11 08:18:59 +0000 |
commit | cb1a885ddb87385219c076db3f45e4de8fee768b (patch) | |
tree | 93b7824b3117f4e247adbdbe18e9dd43d7925bcd | |
parent | 2791ffac38cefe48750184744e43856bba7a31d4 (diff) | |
download | pkgsrc-cb1a885ddb87385219c076db3f45e4de8fee768b.tar.gz |
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.
-rw-r--r-- | devel/p5-ExtUtils-LibBuilder/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-ExtUtils-LibBuilder/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-ExtUtils-LibBuilder/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-LibBuilder/DESCR b/devel/p5-ExtUtils-LibBuilder/DESCR new file mode 100644 index 00000000000..387b2f648c5 --- /dev/null +++ b/devel/p5-ExtUtils-LibBuilder/DESCR @@ -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. diff --git a/devel/p5-ExtUtils-LibBuilder/Makefile b/devel/p5-ExtUtils-LibBuilder/Makefile new file mode 100644 index 00000000000..79e85a10efe --- /dev/null +++ b/devel/p5-ExtUtils-LibBuilder/Makefile @@ -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" diff --git a/devel/p5-ExtUtils-LibBuilder/distinfo b/devel/p5-ExtUtils-LibBuilder/distinfo new file mode 100644 index 00000000000..38af1d0fe56 --- /dev/null +++ b/devel/p5-ExtUtils-LibBuilder/distinfo @@ -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 |