pkgsrc/www/p5-Catalyst-Action-REST/Makefile
sno 77d6bf7b79 Updating www/p5-Catalyst-Action-REST from 0.83nb1 to 0.86
pkgsrc changes:
- adjusting dependencies

Upstream changes:
Wed  1 Sept 2010 23:14:00 BST - Release 0.86
  Add rest_serializer_json_options config key useable to set options
  like relaxed => 1 to be passed to the JSON serializer (Ton Voon)

  Make Data::Dumper unserializer safer by using a Safe compartment (Ton Voon)

Thu 13 May 2010 10:09:19 CEST - Release 0.85
  Make Catalyst::Action::Serialize::View return directly rather than serializing
  a response for 3XX status codes. This stops back-compat breakage from the
  previous change (in 0.84), whilst also allowing actual data serializers
  to still handle 3XX.

  Fix docs in Catalyst::TraitFor::Request::REST::ForBrowsers. (RT#54983)

Thu  6 May 2010 09:27:56 BST - Release 0.84
  Revert always using a trait rather than Catalyst::Request::REST to improve
  debug messages.

  Add a status_multiple_choices helper method to the Controller base class.

  Allow 3XX responses to be serialized.
2010-09-05 11:13:30 +00:00

38 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2010/09/05 11:13:30 sno Exp $
DISTNAME= Catalyst-Action-REST-0.86
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Action-REST/
COMMENT= Automated REST Method Dispatching
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector
DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General
DEPENDS+= p5-Data-Serializer>=0.36:../../devel/p5-Data-Serializer
DEPENDS+= p5-Data-Taxi-[0-9]*:../../devel/p5-Data-Taxi
DEPENDS+= p5-FreezeThaw-[0-9]*:../../devel/p5-FreezeThaw
DEPENDS+= p5-JSON>=2.12:../../converters/p5-JSON
DEPENDS+= p5-MRO-Compat>=0.10:../../devel/p5-MRO-Compat
DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
DEPENDS+= p5-URI-Find-[0-9]*:../../www/p5-URI-Find
DEPENDS+= p5-YAML-Syck>=0.67:../../textproc/p5-YAML-Syck
DEPENDS+= p5-libwww>=5.831:../../www/p5-libwww
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Action/REST/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"