aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:00:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:42:46 +0000
commitcb8feb02f92436f8a098f1818a908f843d21a841 (patch)
treede6340f0cf0654a318ec3a7dc2ba01f7b05f77c6
parent492d59206da9f0f1d039bf4fce7ee686c28841de (diff)
downloadports-cb8feb02f92436f8a098f1818a908f843d21a841.tar.gz
ports-cb8feb02f92436f8a098f1818a908f843d21a841.zip
security/p5-Crypt-Random-Seed: Cosmetic change
-rw-r--r--security/p5-Crypt-Random-Seed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Crypt-Random-Seed/Makefile b/security/p5-Crypt-Random-Seed/Makefile
index a0dfa376b6d8..070585b4ac01 100644
--- a/security/p5-Crypt-Random-Seed/Makefile
+++ b/security/p5-Crypt-Random-Seed/Makefile
@@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-Random-TESHA2>=0:security/p5-Crypt-Random-TESHA2
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>