WWW: http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/ PR: ports/127544 Submitted by: Oleg Mamontov <oleg at mamontov.net>
27 lines
825 B
Makefile
27 lines
825 B
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.106
|
|
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:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::Authentication::Store::DBIx::Class.3 \
|
|
Catalyst::Authentication::Store::DBIx::Class::User.3
|
|
|
|
.include <bsd.port.mk>
|