708a8ad859
PR: ports/150647 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
# New ports collection makefile for: p5-Catalyst-Authentication-Store-DBIx-Class
|
|
# Date created: 2008-09-18
|
|
# Whom: Oleg Mamontov <oleg@mamontov.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Authentication-Store-DBIx-Class
|
|
PORTVERSION= 0.1400
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
COMMENT= A storage class for Catalyst Authentication using DBIx::Class
|
|
|
|
BUILD_DEPENDS= p5-DBIx-Class>=0.8:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
|
|
p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::Authentication::Store::DBIx::Class.3 \
|
|
Catalyst::Authentication::Store::DBIx::Class::User.3 \
|
|
Catalyst::Authentication::Realm::SimpleDB.3
|
|
|
|
.include <bsd.port.mk>
|