add missing dependency, remove nonexisting CONFIGURE_STYLE and bump

ok jasper@
This commit is contained in:
simon 2008-10-07 17:54:22 +00:00
parent 198e22a8ee
commit 3f65ba2174

View File

@ -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 \