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

27 lines
611 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2006/11/28 11:09:51 espie Exp $
2006-11-05 09:12:03 -05:00
COMMENT= "Catalyst authentication framework"
DISTNAME= Catalyst-Plugin-Authentication-0.09
CATEGORIES= security
2006-11-05 09:12:03 -05:00
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
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
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
2006-11-05 09:12:03 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>