aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:38:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:38:49 +0000
commitb58a9ce68dc5e16c7f14c33fad7a68398e58e6d2 (patch)
tree7f0fe6d56eafc25f9d5cbb0ec616756a90f5226a
parent9ae43221117071d03705bcd68bb1403220308847 (diff)
downloadports-b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2.tar.gz
ports-b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2.zip
textproc/p5-Validator-Custom: Cosmetic change
-rw-r--r--textproc/p5-Validator-Custom/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile
index 501e080cb35d..31a791ffa69e 100644
--- a/textproc/p5-Validator-Custom/Makefile
+++ b/textproc/p5-Validator-Custom/Makefile
@@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Object-Simple>=3.0621:devel/p5-Object-Simple
TEST_DEPENDS= p5-JSON>=2:converters/p5-JSON \
p5-Test-Pod>=1.22:devel/p5-Test-Pod
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>