diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-05 19:06:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-05 19:06:48 +0000 |
commit | 5296f1d766b45a2fb0b25dc5c57d53092510042e (patch) | |
tree | fa8ad0b27cc37174d950e6bf8535397bb8b492d2 /lang/p5-List-MoreUtils-XS | |
parent | c704fd4422742900dc0d0466222f33d28be41801 (diff) |
Notes
Diffstat (limited to 'lang/p5-List-MoreUtils-XS')
-rw-r--r-- | lang/p5-List-MoreUtils-XS/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/p5-List-MoreUtils-XS/Makefile b/lang/p5-List-MoreUtils-XS/Makefile index b9acf1cc333f..924c5659a019 100644 --- a/lang/p5-List-MoreUtils-XS/Makefile +++ b/lang/p5-List-MoreUtils-XS/Makefile @@ -16,14 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502401 -BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader -RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |