Changes from previous: Thu 04 Aug 2011 14:37:21 CEST - Release 0.91 For the deserialization action class, make the HTTP methods it operates on configurable on a per-action level (plu, rafl). Fri 25 Feb 2011 13:56:00 GMT - Release 0.90 Remove test which is no longer applicable and fails in the latest Catalyst release. Mon 24 Jan 2011 21:57:42 GMT - Release 0.89 All classes are now made immutable. (Dave Rolsky) Added a Catalyst::Action::REST::ForBrowsers class. This will try to dispatch GET requests to a foo_GET_html method before trying foo_GET. (Dave Rolsky) Tue 11 Jan 2011 23:07:00 GMT - Release 0.88 Fix documentation for overriding Serialize and Deserialize actions in Catalyst::Controller::REST. Avoid warning with empty response bodies and new Catalyst version (>= 5.80030) Returning a body of '' is now possible - Catalyst::Action::Serialize acts like Catalyst::Action::RenderView (>= 0.16) by using the has_body predicate in Catalyst::Response (>= 5.80030) Wed 3 Nov 2010 19:46:00 GMT - Release 0.87 Fix Request class role when used with new Moose and other request class roles.
37 lines
1.5 KiB
Makefile
37 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2011/11/24 16:12:11 hiramatsu Exp $
|
|
|
|
DISTNAME= Catalyst-Action-REST-0.91
|
|
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-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"
|