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

26 lines
560 B
Makefile
Raw Normal View History

2008-09-13 11:39:59 -04:00
# $OpenBSD: Makefile,v 1.6 2008/09/13 15:39:59 simon Exp $
COMMENT= role based authorization for Catalyst
2008-09-13 11:39:59 -04:00
DISTNAME= Catalyst-Plugin-Authorization-Roles-0.07
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= ::devel/p5-Set-Object \
::devel/p5-Universal-isa \
::security/p5-Catalyst-Plugin-Authentication
2008-09-13 11:39:59 -04:00
REGRESS_DEPENDS=::devel/p5-Test-Exception
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>