3d91b279e0
PR: ports/94962 Submitted by: maintainer
38 lines
1.3 KiB
Makefile
38 lines
1.3 KiB
Makefile
# Ports collection makefile for: p5-Catalyst-Plugin-Authentication-Store-DBIC
|
|
# Date created: Dec 12, 2005
|
|
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-Authentication-Store-DBIC
|
|
PORTVERSION= 0.05002
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Catalyst
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@balker.dk
|
|
COMMENT= Authentication/authorization on a DBIx::Class/Class::DBI model
|
|
|
|
BUILD_DEPENDS= p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \
|
|
p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
|
|
p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \
|
|
p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \
|
|
p5-Catalyst-Plugin-Session>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Catalyst::Plugin::Authentication::Store::DBIC.3 \
|
|
Catalyst::Plugin::Authentication::Store::DBIC::Backend.3 \
|
|
Catalyst::Plugin::Authentication::Store::DBIC::User.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless /^\s*recommends/ .. /},$$/' ${WRKSRC}/Build.PL
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} < 500801
|
|
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
|
.endif
|
|
.include <bsd.port.post.mk>
|