openbsd-ports/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile

39 lines
925 B
Makefile
Raw Normal View History

# $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
2007-05-05 13:44:50 -04:00
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
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2010-11-20 12:22:40 -05:00
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
2010-11-20 12:22:40 -05:00
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>