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

31 lines
747 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2007/09/15 23:29:59 merdely Exp $
COMMENT= ACL support for Catalyst applications
DISTNAME= Catalyst-Plugin-Authorization-ACL-0.08
2007-05-05 13:44:50 -04:00
PKGNAME= p5-${DISTNAME}p1
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
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
::devel/p5-Class-Throwable
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Catalyst-Plugin-Authorization-Roles \
::security/p5-Catalyst-Plugin-Authentication \
::www/p5-Catalyst-Plugin-Session \
::www/p5-Catalyst-Plugin-Session-State-Cookie
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>