aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile
blob: a5360e254db458081d8a13ff4d36bd416a07f3d7 (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
# New ports collection makefile for:    p5-Catalyst-Plugin-Authentication-OpenID
# Date created:     2007-05-04
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Catalyst-Plugin-Authentication-OpenID
PORTVERSION=    0.02
CATEGORIES= www security perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    OpenID Authentication

RUN_DEPENDS=    p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
        p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \
        p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer
BUILD_DEPENDS:= ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Catalyst::Plugin::Authentication::OpenID.3

.include <bsd.port.mk>