freebsd-ports/www/p5-Catalyst-Plugin-Authentication/Makefile

62 lines
2.3 KiB
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Catalyst-Plugin-Authentication
# Date created: Dec 12, 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Authentication
PORTVERSION= 0.10019
PORTEPOCH= 3
CATEGORIES= www perl5
2008-02-18 18:57:53 +01:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Infrastructure plugin for the Catalyst authentication framework
BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
2009-03-22 02:35:58 +01:00
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Emulate-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= 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-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst
2010-12-23 02:14:25 +01:00
PORTSCOUT= skipv:0.100092
PERL_CONFIGURE= yes
2007-12-11 22:09:16 +01:00
MAN3= Catalyst::Authentication::Credential::Password.3 \
Catalyst::Authentication::Credential::Remote.3 \
2007-12-11 22:09:16 +01:00
Catalyst::Authentication::Realm.3 \
Catalyst::Authentication::Realm::Compatibility.3 \
2008-12-06 01:17:45 +01:00
Catalyst::Authentication::Realm::Progressive.3 \
2007-12-11 22:09:16 +01:00
Catalyst::Authentication::Store.3 \
Catalyst::Authentication::Store::Minimal.3 \
Catalyst::Authentication::Store::Null.3 \
Catalyst::Authentication::User.3 \
Catalyst::Authentication::User::Hash.3 \
Catalyst::Plugin::Authentication.3 \
Catalyst::Plugin::Authentication::Credential::NoPassword.3 \
Catalyst::Plugin::Authentication::Credential::Password.3 \
2007-07-12 11:37:39 +02:00
Catalyst::Plugin::Authentication::Internals.3 \
Catalyst::Plugin::Authentication::Store::Minimal.3 \
Catalyst::Plugin::Authentication::User.3 \
Catalyst::Plugin::Authentication::User::Hash.3
.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.post.mk>