openbsd-ports/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile
2012-04-08 22:02:35 +00:00

39 lines
925 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/04/08 22:02:35 sthen Exp $
COMMENT= ACL support for Catalyst applications
DISTNAME= Catalyst-Plugin-Authorization-ACL-0.15
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
MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= www/p5-Catalyst-Runtime \
security/p5-Catalyst-Plugin-Authentication \
security/p5-Catalyst-Plugin-Authorization-Roles \
devel/p5-Class-Data-Inheritable \
devel/p5-Class-Throwable \
devel/p5-Moose \
devel/p5-MRO-Compat \
devel/p5-namespace-autoclean \
devel/p5-Tree-Simple \
devel/p5-Tree-Simple-VisitorFactory
REGRESS_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst \
www/p5-Catalyst-Plugin-Session \
www/p5-Catalyst-Plugin-Session-State-Cookie
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE = modinst
.include <bsd.port.mk>