diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-13 04:48:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-13 04:48:29 +0000 |
commit | 399d85ba140a6ac60506a1d75956dd990af7c524 (patch) | |
tree | e7ef21772bd7aa4fc2b79769034b3005a0e24249 /www/p5-Catalyst-Plugin-Authentication | |
parent | 8e53f359703d6ac006667efd8e5c7e47398aac03 (diff) | |
download | ports-399d85ba140a6ac60506a1d75956dd990af7c524.tar.gz ports-399d85ba140a6ac60506a1d75956dd990af7c524.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 27 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 4 |
2 files changed, 19 insertions, 12 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 2c04bab3874e..14e776052d37 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.10017 -PORTREVISION= 1 +PORTVERSION= 0.10018 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -17,13 +16,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Infrastructure plugin for the Catalyst authentication framework -RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ - p5-Moose>=2:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ + p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst PORTSCOUT= skipv:0.100092 @@ -46,7 +50,10 @@ MAN3= Catalyst::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::User.3 \ Catalyst::Plugin::Authentication::User::Hash.3 -post-extract: - @${REINPLACE_CMD} -e '/^test_requires/d' ${WRKSRC}/${CONFIGURE_SCRIPT} +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index e3758cd5763f..8007016c7227 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Authentication-0.10017.tar.gz) = 43da5c0fc12a5a80353ce10f4fe9d1627b7e09f61800d29813e8e3a212113e1e -SIZE (Catalyst-Plugin-Authentication-0.10017.tar.gz) = 71469 +SHA256 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = bdddbbcd04bfab9ae7ee64474712dc2761897446fe45ab7c8cf0b7a85640d5fe +SIZE (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 71470 |