pkgsrc/www/p5-Catalyst-Devel/Makefile
wen 287810b609 Update to 1.39
Upstream changes:
1.39 2013-06-14 12:44:17
        - Write =encoding utf8 into generated Pod files so that things
          work as expected for people with utf-8 characters in their unix
          username as returned by getpwuid (RT#84613)
        - Fix unbalanced parenthesis in comptest.tt (RT#85661)

1.38 2013-04-11 20:54:00
        - Remove all PAR based deployment options, as they're unsupported
          and don't even pretend to work on 5.9 RT#83936

1.37 2012-05-19 11:19:00
        - Add x_authority metadata to the distribution for PAUSE.

        - Fix restarter regex to apply to files being created/changed,
          not just those being deleted.

        - Use iomode => ":raw" to stop PNG files getting corrupted
          when being slurped on windows as noted on the mailing list.
2013-08-22 08:13:14 +00:00

40 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2013/08/22 08:13:14 wen Exp $
DISTNAME= Catalyst-Devel-1.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Devel/
COMMENT= Development tool kit for Catalyst
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Action-RenderView>=0.10:../../www/p5-Catalyst-Action-RenderView
DEPENDS+= p5-Catalyst-Plugin-ConfigLoader>=0.30:../../www/p5-Catalyst-Plugin-ConfigLoader
DEPENDS+= p5-Catalyst-Plugin-Static-Simple>=0.28:../../www/p5-Catalyst-Plugin-Static-Simple
DEPENDS+= p5-Catalyst-Runtime>=5.90001:../../www/p5-Catalyst-Runtime
#DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Config-General>=2.42:../../devel/p5-Config-General
DEPENDS+= p5-File-ChangeNotify>=0.07:../../devel/p5-File-ChangeNotify
DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
DEPENDS+= p5-Module-Install>=1.02:../../devel/p5-Module-Install
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast-[0-9]*:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
DEPENDS+= p5-Path-Class>=0.09:../../devel/p5-Path-Class
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
# Optional p5 components - not required by Catalyst runtime
# DEPENDS+= p5-Starman-[0-9]*:../../www/p5-Starman
# DEPENDS+= p5-MooseX-Daemonize-[0-9]*:../../devel/p5-MooseX-Daemonize
BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Devel/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"