diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:45:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:45:15 +0000 |
commit | 0b5a53c1b5f0777858d6fb5a713772aa2a91cab9 (patch) | |
tree | fb52ba3d6ee148670b0c73193070e78bd0f9ee17 /devel | |
parent | e5ceff7f995619024bd862a47a4402651a7ba3ed (diff) | |
download | pkgsrc-0b5a53c1b5f0777858d6fb5a713772aa2a91cab9.tar.gz |
Initial import of devel/p5-ExtUtils-Embed version 1.14
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
ExtUtils::Embed provides utility functions for embedding a Perl interpreter and
extensions in your C/C++ applications. Typically, an application Makefile will
invoke ExtUtils::Embed functions while building your application.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-Embed/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Embed/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Embed/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-Embed/DESCR b/devel/p5-ExtUtils-Embed/DESCR new file mode 100644 index 00000000000..c91703b4908 --- /dev/null +++ b/devel/p5-ExtUtils-Embed/DESCR @@ -0,0 +1,3 @@ +ExtUtils::Embed provides utility functions for embedding a Perl interpreter and +extensions in your C/C++ applications. Typically, an application Makefile will +invoke ExtUtils::Embed functions while building your application. diff --git a/devel/p5-ExtUtils-Embed/Makefile b/devel/p5-ExtUtils-Embed/Makefile new file mode 100644 index 00000000000..909986f6937 --- /dev/null +++ b/devel/p5-ExtUtils-Embed/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:45:15 dmcmahill Exp $ + +DISTNAME= ExtUtils-Embed-1.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOUGM/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Embed/ +COMMENT= Utilities for embedding Perl in C/C++ applications +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ExtUtils-Embed/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-Embed/distinfo b/devel/p5-ExtUtils-Embed/distinfo new file mode 100644 index 00000000000..7337f1fb782 --- /dev/null +++ b/devel/p5-ExtUtils-Embed/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:45:15 dmcmahill Exp $ + +SHA1 (ExtUtils-Embed-1.14.tar.gz) = ae69124eecd5aaeb36748c535637f227b2c74ecd +RMD160 (ExtUtils-Embed-1.14.tar.gz) = 9ed9337fb5d35ca1aa30a738ed7ec582318ce081 +Size (ExtUtils-Embed-1.14.tar.gz) = 20117 bytes |