2005-09-01 20:40:52 +02:00
|
|
|
# New ports collection makefile for: www/p5-Catalyst-Plugin-Authentication-CDBI
|
|
|
|
# Date created: 2005-09-01
|
2006-05-01 15:52:00 +02:00
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
2005-09-01 20:40:52 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Catalyst-Plugin-Authentication-CDBI
|
2005-12-10 08:58:59 +01:00
|
|
|
PORTVERSION= 0.10
|
2005-09-01 20:40:52 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-01 15:52:00 +02:00
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
2005-09-01 20:40:52 +02:00
|
|
|
COMMENT= CDBI Authentication for Catalyst
|
|
|
|
|
2006-07-11 19:54:59 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
2005-09-01 20:40:52 +02:00
|
|
|
${SITE_PERL}/Catalyst/Model/CDBI.pm:${PORTSDIR}/www/p5-Catalyst-Model-CDBI \
|
|
|
|
${SITE_PERL}/Catalyst/Plugin/Session/FastMmap.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-FastMmap
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Catalyst::Plugin::Authentication::CDBI.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-10 08:58:59 +01:00
|
|
|
|
2005-09-01 20:40:52 +02:00
|
|
|
.if ${PERL_LEVEL} < 500801
|
2005-12-10 08:58:59 +01:00
|
|
|
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
2005-09-01 20:40:52 +02:00
|
|
|
.endif
|
2005-12-10 08:58:59 +01:00
|
|
|
|
2005-09-01 20:40:52 +02:00
|
|
|
.include <bsd.port.post.mk>
|