- Remove outdated PERL_LEVEL check
- Add NO_ARCH
This commit is contained in:
parent
bb13c673a6
commit
f2949fd9df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413824
1 changed files with 2 additions and 8 deletions
|
@ -18,14 +18,8 @@ BUILD_DEPENDS= p5-Module-Install>=0.91:devel/p5-Module-Install
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:devel/p5-B-Hooks-OP-Annotation
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501800
|
||||
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS
|
||||
RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue