aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:27 +0000
commit35daeba2d0152237dcfdc89b0cf9c7aa764642b1 (patch)
tree1c05781ac754d48b42876ce6dc1a10cd4e02104c
parentfc29117e46be6679a53073d2f55439e5ab9469a5 (diff)
downloadports-35daeba2d0152237dcfdc89b0cf9c7aa764642b1.tar.gz
ports-35daeba2d0152237dcfdc89b0cf9c7aa764642b1.zip
devel/p5-Test-Bits: Cosmetic change
-rw-r--r--devel/p5-Test-Bits/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Bits/Makefile b/devel/p5-Test-Bits/Makefile
index 2958c94cab58..1261b6eeda93 100644
--- a/devel/p5-Test-Bits/Makefile
+++ b/devel/p5-Test-Bits/Makefile
@@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>