aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Authentication/Makefile
blob: 751ea74ffa05f4741ecf1887b2547e5c542c9e1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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.10012
PORTEPOCH=  2
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lbr@FreeBSD.org
COMMENT=    Infrastructure plugin for the Catalyst authentication framework

RUN_DEPENDS=    p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
        p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
        p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
        p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= 5.8.1+

MAN3=   Catalyst::Authentication::Credential::Password.3 \
    Catalyst::Authentication::Realm.3 \
    Catalyst::Authentication::Realm::Compatibility.3 \
    Catalyst::Authentication::Realm::Progressive.3 \
    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::Password.3 \
    Catalyst::Plugin::Authentication::Internals.3 \
    Catalyst::Plugin::Authentication::Store::Minimal.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.mk>