Edit

IABSD.fr/ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
  • # $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:26 espie 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
    
    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
    TEST_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>