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

33 lines
756 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/12/03 11:46:46 ajacoutot 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
REVISION= 1
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
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2006-11-05 09:12:03 -05:00
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= devel/p5-Class-Inspector \
devel/p5-Class-Data-Inheritable \
www/p5-Catalyst-Runtime \
www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS} \
2010-11-20 12:22:40 -05:00
devel/p5-Test-Exception
REGRESS_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst \
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>