Edit

IABSD.fr/ports/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile

Branch :

  • Show log

    Commit

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

  • security/p5-Catalyst-Plugin-Authorization-Roles/Makefile
  • COMMENT=	role based authorization for Catalyst
    
    DISTNAME=	Catalyst-Plugin-Authorization-Roles-0.09
    CATEGORIES=	security
    REVISION=	1
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    RUN_DEPENDS=	devel/p5-Set-Object \
    		devel/p5-Universal-isa \
    		security/p5-Catalyst-Plugin-Authentication
    TEST_DEPENDS=devel/p5-Test-Exception
    
    MAKE_ENV=	TEST_POD=Yes
    
    CONFIGURE_STYLE =	modinst
    
    .include <bsd.port.mk>