missing Class::Data::Inheritable run dep, bump

This commit is contained in:
sthen 2010-06-08 11:21:02 +00:00
parent 5958338a39
commit 56382f86a5

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/04/15 14:29:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2010/06/08 11:21:02 sthen Exp $
COMMENT= catalyst file storage backend for session data
MODULES= cpan
DISTNAME= Catalyst-Plugin-Session-Store-File-0.13
PKGNAME= p5-${DISTNAME}p0
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Cache-Cache \
::devel/p5-Class-Data-Inheritable \
::www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS}