freebsd-ports/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
Sunpoet Po-Chuan Hsieh c2be46b9a1 - Update to 0.1401
- Sort *_DEPENDS, MAN3 and PLIST

Changes:	http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/Changes
PR:		ports/152407
Submitted by:	Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
2010-11-20 22:25:22 +00:00

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.1401
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-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-DBIx-Class>=0.8:${PORTSDIR}/databases/p5-DBIx-Class \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Authentication::Realm::SimpleDB.3 \
Catalyst::Authentication::Store::DBIx::Class.3 \
Catalyst::Authentication::Store::DBIx::Class::User.3 \
.include <bsd.port.mk>