2008-09-29 09:45:16 +02:00
|
|
|
# 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
|
2011-06-21 10:25:08 +02:00
|
|
|
PORTVERSION= 0.1501
|
2008-09-29 09:45:16 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
|
|
COMMENT= A storage class for Catalyst Authentication using DBIx::Class
|
|
|
|
|
2010-11-20 23:25:22 +01:00
|
|
|
BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
|
2008-12-14 14:27:28 +01:00
|
|
|
p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
|
2010-11-20 23:25:22 +01:00
|
|
|
p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
2011-06-08 10:19:14 +02:00
|
|
|
p5-DBIx-Class>=0.08:${PORTSDIR}/databases/p5-DBIx-Class \
|
2010-09-18 09:40:59 +02:00
|
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
2010-11-20 23:25:22 +01:00
|
|
|
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
|
|
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
2008-09-29 09:45:16 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2011-06-08 10:19:14 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE= ART20 GPLv1
|
|
|
|
|
2008-09-29 09:45:16 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2010-11-20 23:25:22 +01:00
|
|
|
MAN3= Catalyst::Authentication::Realm::SimpleDB.3 \
|
|
|
|
Catalyst::Authentication::Store::DBIx::Class.3 \
|
2008-12-14 14:27:28 +01:00
|
|
|
Catalyst::Authentication::Store::DBIx::Class::User.3 \
|
2008-09-29 09:45:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|