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

32 lines
765 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/06/08 11:17:28 sthen Exp $
COMMENT= Catalyst authentication framework
DISTNAME= Catalyst-Plugin-Authentication-0.10007
PKGNAME= p5-${DISTNAME}p0
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 \
::devel/p5-Class-Data-Inheritable \
::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>