From ac27978c0cd1292dfaeb6fb8d4aefcf783a0e045 Mon Sep 17 00:00:00 2001 From: tobez Date: Mon, 19 Apr 2004 14:42:43 +0000 Subject: - unbreak by using IGNORE; - detect that we don't want to install it by perl version, not by FreeBSD version; - re-assign maintainership from ports@ to perl@. --- devel/p5-Devel-Peek/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-Devel-Peek/Makefile b/devel/p5-Devel-Peek/Makefile index a0fcff778811..9cd6e0e706a9 100644 --- a/devel/p5-Devel-Peek/Makefile +++ b/devel/p5-Devel-Peek/Makefile @@ -12,15 +12,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 data debugging tool for the XS programmer PERL_CONFIGURE= yes .include -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +.if ${PERL_LEVEL} >= 500600 +IGNORE= "Version included in perl distribution is newer" .endif MAN3= Devel::Peek.3 -- cgit