diff --git a/devel/p5-ExtUtils-Embed/DESCR b/devel/p5-ExtUtils-Embed/DESCR new file mode 100644 index 000000000000..c91703b49089 --- /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 000000000000..909986f69372 --- /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 000000000000..7337f1fb7827 --- /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