015bbd9ed7
0.1502. from Andreas Voegele
34 lines
881 B
Makefile
34 lines
881 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/04/08 22:02:31 sthen Exp $
|
|
|
|
COMMENT = storage class for Catalyst Authentication using DBIx::Class
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Catalyst-Authentication-Store-DBIx-Class-0.1502
|
|
CATEGORIES = security
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = databases/p5-DBIx-Class \
|
|
databases/p5-Catalyst-Model-DBIC-Schema \
|
|
devel/p5-Moose \
|
|
devel/p5-namespace-autoclean \
|
|
devel/p5-Try-Tiny \
|
|
security/p5-Catalyst-Plugin-Authentication>=0.10008 \
|
|
www/p5-Catalyst-Runtime
|
|
REGRESS_DEPENDS = devel/p5-Test-WWW-Mechanize-Catalyst \
|
|
security/p5-Catalyst-Plugin-Authorization-Roles \
|
|
www/p5-Catalyst-Plugin-Session-State-Cookie
|
|
USE_GROFF = Yes
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|