diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 22:29:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 22:46:12 +0800 |
commit | dffa28de66c4b32bf8eb588f5d08c32ec6275b49 (patch) | |
tree | 3dcfaf083aa20f0869a0f860e01fc4560c183011 | |
parent | security/p5-Authen-TypeKey: Cosmetic change (diff) |
security/p5-Bytes-Random-Secure: Cosmetic change
-rw-r--r-- | security/p5-Bytes-Random-Secure/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Bytes-Random-Secure/Makefile b/security/p5-Bytes-Random-Secure/Makefile index 4bafc27ea7bd..f09951cfab7e 100644 --- a/security/p5-Bytes-Random-Secure/Makefile +++ b/security/p5-Bytes-Random-Secure/Makefile @@ -16,8 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Crypt-Random-Seed>=0:security/p5-Crypt-Random-Seed \ p5-Math-Random-ISAAC>=0:math/p5-Math-Random-ISAAC -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |