openbsd-ports/security/p5-Catalyst-Plugin-Authentication/Makefile
sturm f01400a6e5 move p5-Test-Exception from REGRESS_DEPENDS to BUILD_DEPENDS
to unbreak build
no PKGNAME bump necessary
2008-09-24 06:40:32 +00:00

30 lines
701 B
Makefile

# $OpenBSD: Makefile,v 1.8 2008/09/24 06:40:32 sturm Exp $
COMMENT= Catalyst authentication framework
DISTNAME= Catalyst-Plugin-Authentication-0.10007
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
RUN_DEPENDS= ::devel/p5-Class-Inspector \
::www/p5-Catalyst-Runtime \
::www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/p5-Test-Exception
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Digest-SHA1 \
::www/p5-Catalyst-Plugin-Session-State-Cookie
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>