summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Peek
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-04-19 14:42:43 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-04-19 14:42:43 +0000
commit5f478735b022bb7adaa7f9ed6319cdb1252c918f (patch)
tree81a24f46ed89c4631bc2ed1d611fefc69be9ca4d /devel/p5-Devel-Peek
parent- Fix plist (diff)
- 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@.
Notes
Notes: svn path=/head/; revision=107594
Diffstat (limited to 'devel/p5-Devel-Peek')
-rw-r--r--devel/p5-Devel-Peek/Makefile6
1 files 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 <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
+.if ${PERL_LEVEL} >= 500600
+IGNORE= "Version included in perl distribution is newer"
.endif
MAN3= Devel::Peek.3