diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:27:24 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:46:07 +0000 |
commit | 7da775b6ea58715e99903a710da69cdd3175b95e (patch) | |
tree | e83b70b022a9422c6051ee0ce0f9f21564bbf4c5 /math/p5-Math-Prime-XS | |
parent | 5b90faeb3ff64a4d60aafcd937c6b91353cd341c (diff) |
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r-- | math/p5-Math-Prime-XS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index 7ea3ae57f434..2a268a10cf84 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \ TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Prime/XS/XS.so |