diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-01 18:19:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-01 18:19:41 +0000 |
commit | e3ed72e479674102a745ee42f91f0f49d765e0bb (patch) | |
tree | 1f925b79ad9b05d87dc8409bea1ae17ff8a0d8ac | |
parent | 72525e1c20c926cbf073222e38ae0f063a3ac419 (diff) | |
download | freebsd-ports-e3ed72e479674102a745ee42f91f0f49d765e0bb.zip |
Add NO_ARCH
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile index 4a0f7b4e1c1e..cbc6cb35f186 100644 --- a/www/p5-Catalyst-Action-RenderView/Makefile +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.70:www/p5-Catalyst-Runtime \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + post-extract: @${REINPLACE_CMD} -i '' '/test_requires/d' ${WRKSRC}/Makefile.PL |