aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:36:00 +0000
commit8b99cfbb95fb0c42e05087e1113958cbe919b370 (patch)
treeb8f63473233632d02a1db084b59b17b5c2fbaed4
parent8191277df4f8911cacdf223639dad8a23f0deaac (diff)
downloadports-8b99cfbb95fb0c42e05087e1113958cbe919b370.tar.gz
ports-8b99cfbb95fb0c42e05087e1113958cbe919b370.zip
textproc/p5-FormValidator-Lite: Cosmetic change
-rw-r--r--textproc/p5-FormValidator-Lite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile
index 1a36db900904..5848da390c31 100644
--- a/textproc/p5-FormValidator-Lite/Makefile
+++ b/textproc/p5-FormValidator-Lite/Makefile
@@ -23,8 +23,9 @@ TEST_DEPENDS= p5-CGI>=3.31:www/p5-CGI \
p5-Text-TestBase>=0:textproc/p5-Text-TestBase \
p5-YAML>=0:textproc/p5-YAML
-NO_ARCH= yes
-USE_PERL5= modbuildtiny
USES= perl5
+USE_PERL5= modbuildtiny
+
+NO_ARCH= yes
.include <bsd.port.mk>