aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:47 +0000
commit42acce107b995f4581d863a80fa014e6e4103fbf (patch)
tree62819f006b30152f146f049fc7a303e461e99f77
parent82a9825ca0b9444e4fd861f7c4003a9fea4b42da (diff)
downloadports-42acce107b995f4581d863a80fa014e6e4103fbf.tar.gz
ports-42acce107b995f4581d863a80fa014e6e4103fbf.zip
devel/p5-Memoize-ExpireLRU: Cosmetic change
-rw-r--r--devel/p5-Memoize-ExpireLRU/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Memoize-ExpireLRU/Makefile b/devel/p5-Memoize-ExpireLRU/Makefile
index fc0b6b38edf8..cea7e720c2c5 100644
--- a/devel/p5-Memoize-ExpireLRU/Makefile
+++ b/devel/p5-Memoize-ExpireLRU/Makefile
@@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>