pkgsrc/www/p5-Test-WWW-Mechanize-Catalyst/Makefile
hiramatsu b2256d2540 Update p5-Test-WWW-Mechanize-Catalyst to 0.56.
Changes from previous:
0.56 Thu Oct 13 21:05 BRT 2011
     - Add port to Host header

0.55 Tue Sep 27 19:20 BST 2011
     - Set 'Host' header for remote requests too

0.54 Mon Aug 1 20:49 BST 2011
     - change to make sure we support changes in Catalyst::Test introduced
       in the Cataplack port.

0.53 Sun Dec 5 23:03 GMT 2010
     - Fix tests to work with the upcoming psgi based Catalyst release
       as $c->req->header('Host') now more accurately reflects what you
       see in a real web server (i.e. the port will not be defined if it
       is 80)
     - Fix tests to work when the CATALYST_DEBUG environment variable is
       set by explicitly setting it to 0 in tests which require it.
2011-11-11 22:54:00 +00:00

32 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2011/11/11 22:54:00 hiramatsu Exp $
DISTNAME= Test-WWW-Mechanize-Catalyst-0.56
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
COMMENT= Test::WWW::Mechanize for Catalyst
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Runtime>=5.00000:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Moose>=0.67:../../devel/p5-Moose
DEPENDS+= p5-Test-WWW-Mechanize>=1.20:../../www/p5-Test-WWW-Mechanize
DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
DEPENDS+= p5-Test-WWW-Mechanize>=1.14:../../www/p5-Test-WWW-Mechanize
DEPENDS+= p5-WWW-Mechanize>=1.54:../../www/p5-WWW-Mechanize
DEPENDS+= p5-libwww>=5.816:../../www/p5-libwww
DEPENDS+= p5-namespace-clean>=0.09:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-[0-9]*:../../www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/WWW/Mechanize/Catalyst/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"