pkgsrc/www/p5-Catalyst-Runtime/Makefile
wen e1b89686d8 Update to 5.90123
Add missing DEPENDS

Upstream changes:
5.90123 - 2018-11-27
  - Fix emitting warnings when REMOTE_ADDR is undefined (RT#113388)
  - Fix $c->req->hostname empty for IPv6 clients (RT#75731)
  - split code to log stats report into a separate log_stats method (RT#127392)

5.90122 - 2018-11-03
  - releasing as stable

5.90_121 - 2018-10-22
  - use the :utf8_strict (PerlIO::utf8_strict) rather than :encoding file handle
    layer to handle decoding uploads, as a performance boost.
  - fix handling of decoding uploaded files.  this fixes the usage of sysread
    on :utf8 handles, and reenables the tests on all perl versions.  Fixes CPAN
    RT#125843.  See also erl RT#133585.
  - giving incorrect types to uri_for will warn to logs rather than via carp
  - silence warning and error output from tests
2019-01-04 06:20:27 +00:00

62 lines
3.2 KiB
Makefile

# $NetBSD: Makefile,v 1.48 2019/01/04 06:20:27 wen Exp $
DISTNAME= Catalyst-Runtime-5.90123
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.catalystframework.org/
COMMENT= The Elegant MVC Web Application Framework
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Catalyst-[0-9]*
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
DEPENDS+= p5-Data-OptList>=0:../../devel/p5-Data-OptList
DEPENDS+= p5-Moose>=1.03:../../devel/p5-Moose
DEPENDS+= p5-MooseX-MethodAttributes>=0.24:../../devel/p5-MooseX-MethodAttributes
DEPENDS+= p5-MooseX-Role-WithOverloading>=0.09:../../devel/p5-MooseX-Role-WithOverloading
DEPENDS+= p5-MooseX-Types-LoadableClass>=0.03:../../devel/p5-MooseX-Types-LoadableClass
DEPENDS+= p5-Class-C3-Adopt-NEXT>=0.07:../../devel/p5-Class-C3-Adopt-NEXT
DEPENDS+= p5-CGI-Simple-[0-9]*:../../www/p5-CGI-Simple
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
DEPENDS+= p5-HTTP-Body>=1.06:../../www/p5-HTTP-Body
DEPENDS+= p5-HTTP-Message>=5.814:../../www/p5-HTTP-Message
DEPENDS+= p5-Module-Pluggable>=4.7:../../devel/p5-Module-Pluggable
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
DEPENDS+= p5-Path-Class>=0.09:../../devel/p5-Path-Class
DEPENDS+= p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
DEPENDS+= p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple
DEPENDS+= p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory
DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
DEPENDS+= p5-Task-Weaken>=0:../../devel/p5-Task-Weaken
DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
DEPENDS+= p5-MooseX-Getopt>=0.48:../../devel/p5-MooseX-Getopt
DEPENDS+= p5-String-RewritePrefix>=0.004:../../textproc/p5-String-RewritePrefix
DEPENDS+= p5-Plack>=0.9991:../../www/p5-Plack
DEPENDS+= p5-Plack-Middleware-ReverseProxy>=0.04:../../www/p5-Plack-Middleware-ReverseProxy
DEPENDS+= p5-Plack-Test-ExternalServer>=0:../../www/p5-Plack-Test-ExternalServer
DEPENDS+= p5-URI>=1.36:../../www/p5-URI
DEPENDS+= p5-URI-ws-[0-9]*:../../www/p5-URI-ws
DEPENDS+= p5-JSON-MaybeXS>=1.36:../../converters/p5-JSON-MaybeXS
DEPENDS+= p5-CGI-Struct>=0:../../www/p5-CGI-Struct
DEPENDS+= p5-Catalyst-DispatchType-Regex>=5.90021:../../www/p5-Catalyst-DispatchType-Regex
DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect-[0-9]*:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
DEPENDS+= p5-Plack-Middleware-MethodOverride-[0-9]*:../../www/p5-Plack-Middleware-MethodOverride
DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody-[0-9]*:../../www/p5-Plack-Middleware-RemoveRedundantBody
DEPENDS+= p5-PerlIO-utf8_strict>=0:../../devel/p5-PerlIO-utf8_strict
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
#BUILD_DEPENDS+= p5-Test-MockObject>=1.07:../../devel/p5-Test-MockObject
#MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skipdeps
PERL5_PACKLIST= auto/Catalyst/Runtime/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"