diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:36:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:36:00 +0000 |
commit | 8b99cfbb95fb0c42e05087e1113958cbe919b370 (patch) | |
tree | b8f63473233632d02a1db084b59b17b5c2fbaed4 | |
parent | 8191277df4f8911cacdf223639dad8a23f0deaac (diff) |
textproc/p5-FormValidator-Lite: Cosmetic change
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 5 |
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> |