- 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:
parent
4779498ea0
commit
5f478735b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107594
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue