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

34 lines
829 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= CDBI Authentication for Catalyst
DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.11
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= databases/p5-DBIx-Class \
databases/p5-Catalyst-Model-DBIC-Schema \
devel/p5-Set-Object \
security/p5-Catalyst-Plugin-Authentication \
security/p5-Catalyst-Plugin-Authorization-Roles \
www/p5-Catalyst-Plugin-Session-State-Cookie
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=databases/p5-DBD-SQLite \
devel/p5-Test-WWW-Mechanize-Catalyst \
databases/p5-Class-DBI
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>