- 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@.
This commit is contained in:
Anton Berezin 2004-04-19 14:42:43 +00:00
parent 4779498ea0
commit 5f478735b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107594

View file

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