f01400a6e5
to unbreak build no PKGNAME bump necessary
30 lines
701 B
Makefile
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>
|