From 95df2301f220b47a8989cb28bdc5e7ddb56607b0 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 3 Jun 2010 14:18:20 +0000 Subject: [PATCH] add missing dep on p5-IO-stringy otherwise cpan auto-installs it. ok stephan@ --- devel/p5-MooseX-Log-Log4perl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Log-Log4perl/Makefile b/devel/p5-MooseX-Log-Log4perl/Makefile index 7a448254db3..b4dd611d3aa 100644 --- a/devel/p5-MooseX-Log-Log4perl/Makefile +++ b/devel/p5-MooseX-Log-Log4perl/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/11/16 14:10:11 stephan Exp $ +# $OpenBSD: Makefile,v 1.2 2010/06/03 14:18:20 sthen Exp $ COMMENT = logging Role with easy interface for Moose DISTNAME = MooseX-Log-Log4perl-0.40 +PKGNAME = p5-${DISTNAME}p0 CATEGORIES = devel MODULES = cpan @@ -15,7 +16,8 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes RUN_DEPENDS = ::devel/p5-Moose \ - ::devel/p5-Log-Log4perl + ::devel/p5-Log-Log4perl \ + ::devel/p5-IO-stringy BUILD_DEPENDS = ${RUN_DEPENDS}