openbsd-ports/security/p5-Catalyst-Plugin-Authentication/Makefile

30 lines
701 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2008/09/13 15:27:51 simon Exp $
2006-11-05 09:12:03 -05:00
COMMENT= Catalyst authentication framework
2006-11-05 09:12:03 -05:00
DISTNAME= Catalyst-Plugin-Authentication-0.10007
CATEGORIES= security
2006-11-05 09:12:03 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-05 09:12:03 -05:00
# Perl
2006-11-05 09:12:03 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2006-11-05 09:12:03 -05:00
RUN_DEPENDS= ::devel/p5-Class-Inspector \
::www/p5-Catalyst-Runtime \
::www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
2006-11-05 09:12:03 -05:00
::security/p5-Digest-SHA1 \
::www/p5-Catalyst-Plugin-Session-State-Cookie \
::devel/p5-Test-Exception
2006-11-05 09:12:03 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>