diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 22:29:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 22:46:12 +0800 |
commit | 5abc4dd8d4fddfdf873949502325e90cb307ff2f (patch) | |
tree | 34d2e13511dfd9f86b3effe39f0860cdbe4d2383 | |
parent | security/p5-Bytes-Random-Secure: Cosmetic change (diff) |
security/p5-IO-Async-SSL: Cosmetic change
-rw-r--r-- | security/p5-IO-Async-SSL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile index 6c0e953cc8d7..efc8c2e31feb 100644 --- a/security/p5-IO-Async-SSL/Makefile +++ b/security/p5-IO-Async-SSL/Makefile @@ -21,8 +21,9 @@ TEST_DEPENDS= p5-Test-Identity>=0:devel/p5-Test-Identity \ p5-Test-Pod>=1:devel/p5-Test-Pod \ socat:net/socat -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk> |