Edit

IABSD.fr/ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:53:16
    Hash : 8c0294c2
    Message : drop RCS Ids

  • security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile
  • COMMENT=	CDBI Authentication for Catalyst
    
    DISTNAME=	Catalyst-Plugin-Authentication-Store-DBIC-0.11
    REVISION=	4
    CATEGORIES=	security
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    RUN_DEPENDS=	databases/p5-DBIx-Class \
    		databases/p5-Catalyst-Model-DBIC-Schema \
    		devel/p5-Set-Object \
    		devel/p5-MRO-Compat \
    		security/p5-Catalyst-Plugin-Authentication \
    		security/p5-Catalyst-Plugin-Authorization-Roles \
    		www/p5-Catalyst-Plugin-Session-State-Cookie
    TEST_DEPENDS=databases/p5-DBD-SQLite \
    		devel/p5-Test-WWW-Mechanize-Catalyst \
    		databases/p5-Class-DBI \
    		security/p5-Crypt-SaltedHash \
    		www/p5-Catalyst-Plugin-Session-PerUser
    
    CONFIGURE_STYLE =	modinst
    
    post-build:
    	rm -f ${WRKBUILD}/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm.orig
    
    .include <bsd.port.mk>