From 3f65ba2174d95ea16956f08c1250f11723f3c8d0 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 7 Oct 2008 17:54:22 +0000 Subject: [PATCH] add missing dependency, remove nonexisting CONFIGURE_STYLE and bump ok jasper@ --- devel/p5-Moose/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 861720e732c..8de29762f82 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2008/10/07 17:01:42 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2008/10/07 17:54:22 simon Exp $ COMMENT= complete modern object system for perl 5 MODULES= cpan DISTNAME= Moose-0.58 +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= devel # perl @@ -14,10 +15,9 @@ PERMIT_DISTFILES_FTP= Yes CPAN_AUTHOR= DROLSKY -CONFIGURE_STYLE=build - BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= :p5-Class-MOP->=0.66:devel/p5-Class-MOP \ + ::devel/p5-List-MoreUtils \ ::devel/p5-Sub-Exporter REGRESS_DEPENDS=::devel/p5-Test-Exception \