pkgsrc/devel/p5-Dist-Zooky/Makefile
mef 72fca7e983 Updated devel/p5-Dist-Zooky 0.16 to 0.22
----------------------------------------
version 0.22 at 2017-02-17 19:58:46 +0000
 - Switch to using my plugin bundle. No functional changes

version 0.20 at 2017-02-17 19:48:24 +0000
 - Actually pass the bundle arg to the distini generator

version 0.18 at 2017-02-17 17:41:28 +0000
 - Added bundle parameter
 - dzooky --bundle BINGOS
 - Use the BINGOS plugin bundle instead of the default dist.ini
 ----------------------------------------------------------------------
2017-02-19 02:36:54 +00:00

30 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2017/02/19 02:36:54 mef Exp $
DISTNAME= Dist-Zooky-0.22
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+= {perl>=5.16.0,p5-CPAN-Meta>=2.101610}:../../devel/p5-CPAN-Meta
DEPENDS+= p5-Dist-Zilla>=4.102342:../../devel/p5-Dist-Zilla
#DEPENDS+= {perl>=5.11.3,p5-ExtUtils-MakeMaker>=6.56}:../../devel/p5-ExtUtils-MakeMaker
#DEPENDS+= {perl>=5.13.3,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
PERL5_PACKLIST= auto/Dist/Zooky/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"