- Remove outdated PERL_LEVEL check

- Add NO_ARCH
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-04-23 06:47:49 +00:00
parent bb13c673a6
commit f2949fd9df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413824

View file

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