openbsd-ports/security/p5-Catalyst-Plugin-Authentication/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

33 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= Catalyst authentication framework
DISTNAME= Catalyst-Plugin-Authentication-0.10007
REVISION= 1
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
USE_GROFF = Yes
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>