diff options
author | sno <sno> | 2012-08-08 09:21:27 +0000 |
---|---|---|
committer | sno <sno> | 2012-08-08 09:21:27 +0000 |
commit | c044aa893917d72f221fa1b562414068b7ff9649 (patch) | |
tree | 21ea3bbec0b92abcdb2d8fcc8fbbedb7240bfbf9 | |
parent | b58546bceeca9adc875b0d3f56981f354888cf5a (diff) | |
download | pkgsrc-c044aa893917d72f221fa1b562414068b7ff9649.tar.gz |
Adding new package for Perl 5 module Dist::Zooky version 0.10 from CPAN
into devel/p5-Dist-Zooky.
Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle.
dzooky will try its best to convert a distribution to use Dist::Zilla. It
supports ExtUtils::MakeMaker, Module::Install and Module::Build based
distributions, with certain limitations.
Simply execute dzooky in the directory containing the distribution you wish
to convert to Dist::Zilla.
-rw-r--r-- | devel/p5-Dist-Zooky/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Dist-Zooky/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-Dist-Zooky/distinfo | 5 |
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-Dist-Zooky/DESCR b/devel/p5-Dist-Zooky/DESCR new file mode 100644 index 00000000000..b539f9b3c0a --- /dev/null +++ b/devel/p5-Dist-Zooky/DESCR @@ -0,0 +1,8 @@ +Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle. + +dzooky will try its best to convert a distribution to use Dist::Zilla. It +supports ExtUtils::MakeMaker, Module::Install and Module::Build based +distributions, with certain limitations. + +Simply execute dzooky in the directory containing the distribution you wish +to convert to Dist::Zilla. diff --git a/devel/p5-Dist-Zooky/Makefile b/devel/p5-Dist-Zooky/Makefile new file mode 100644 index 00000000000..8aa1f1a7462 --- /dev/null +++ b/devel/p5-Dist-Zooky/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2012/08/08 09:21:27 sno Exp $ + +DISTNAME= Dist-Zooky-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Dist-Zooky/ +COMMENT= Perl 5 module to convert a distribution to Dist::Zilla +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-App-Cmd>=0.307:../../devel/p5-App-Cmd +DEPENDS+= p5-CPAN-Meta>=2.101610:../../devel/p5-CPAN-Meta +DEPENDS+= p5-Dist-Zilla>=4.102342:../../devel/p5-Dist-Zilla +DEPENDS+= p5-ExtUtils-MakeMaker>=6.56:../../devel/p5-ExtUtils-MakeMaker +DEPENDS+= p5-Module-Build>=0.36070:../../devel/p5-Module-Build +DEPENDS+= p5-Moose>=1.07:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Types>=0.22:../../devel/p5-MooseX-Types +DEPENDS+= p5-MooseX-Types-Perl>=0.101340:../../devel/p5-MooseX-Types-Perl +DEPENDS+= p5-Software-License>=0.101.620:../../devel/p5-Software-License + +# for implicit depdendencies like File::Temp, IPC::Cmd, +# Module::Load::Conditional, Params::Check +PERL5_REQD+= 5.14.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Dist/Zooky/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Dist-Zooky/distinfo b/devel/p5-Dist-Zooky/distinfo new file mode 100644 index 00000000000..4400c77d9ad --- /dev/null +++ b/devel/p5-Dist-Zooky/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/08/08 09:21:27 sno Exp $ + +SHA1 (Dist-Zooky-0.10.tar.gz) = b966edf0d8f0fdc0b3ac7fe81572b2a35dde8c3b +RMD160 (Dist-Zooky-0.10.tar.gz) = 16249c463aaa96bc82ed9c7cfb60b93a2edb1333 +Size (Dist-Zooky-0.10.tar.gz) = 16639 bytes |