diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-22 13:49:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-22 13:49:19 +0000 |
commit | 24ee018865cf3003a8feb62a9d9204412186bb86 (patch) | |
tree | 7174d4462fe154f8a55d6246e1de4c280b50acfa /devel | |
parent | b5ac354a0723b50b095c5547c45b77164d2a6d5c (diff) | |
download | pkgsrc-24ee018865cf3003a8feb62a9d9204412186bb86.tar.gz |
Import p5-Module-Build-WithXSpp-0.12 as devel/p5-Module-Build-WithXSpp.
This subclass of Module::Build adds some tools and processes to
make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Build-WithXSpp/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Module-Build-WithXSpp/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Module-Build-WithXSpp/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Module-Build-WithXSpp/DESCR b/devel/p5-Module-Build-WithXSpp/DESCR new file mode 100644 index 00000000000..aec9c124a12 --- /dev/null +++ b/devel/p5-Module-Build-WithXSpp/DESCR @@ -0,0 +1,2 @@ +This subclass of Module::Build adds some tools and processes to +make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp). diff --git a/devel/p5-Module-Build-WithXSpp/Makefile b/devel/p5-Module-Build-WithXSpp/Makefile new file mode 100644 index 00000000000..3491653021b --- /dev/null +++ b/devel/p5-Module-Build-WithXSpp/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2012/10/22 13:49:19 wiz Exp $ + +DISTNAME= Module-Build-WithXSpp-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Module-Build-WithXSpp/ +COMMENT= Build and install Perl XS++ modules +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build +DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess +DEPENDS+= p5-ExtUtils-XSpp-[0-9]*:../../devel/p5-ExtUtils-XSpp + +#USE_LANGUAGES= c # For the tests + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Module/Build/WithXSpp/.packlist +# For the tests: +#USE_TOOLS+= perl + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Module-Build-WithXSpp/distinfo b/devel/p5-Module-Build-WithXSpp/distinfo new file mode 100644 index 00000000000..c61d3128144 --- /dev/null +++ b/devel/p5-Module-Build-WithXSpp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/10/22 13:49:19 wiz Exp $ + +SHA1 (Module-Build-WithXSpp-0.12.tar.gz) = 69ed2f576a39501cb95250ae5e1d601682c2572d +RMD160 (Module-Build-WithXSpp-0.12.tar.gz) = 5cd37bae740caf9db16e034e655cbc0dc1c830d6 +Size (Module-Build-WithXSpp-0.12.tar.gz) = 13750 bytes |