aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:26:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:46:06 +0000
commite0b22ed727ec245c0ab53939d2a1db5306471e1c (patch)
tree2ed405ecaf17aa3754f652f1eac60de0ac2f9e84
parentdef442f319e2a71c0cce0cf7e83e7eb5325e50ab (diff)
downloadports-e0b22ed727ec245c0ab53939d2a1db5306471e1c.tar.gz
ports-e0b22ed727ec245c0ab53939d2a1db5306471e1c.zip
devel/p5-Data-Range-Compare: Cosmetic change
-rw-r--r--devel/p5-Data-Range-Compare/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Data-Range-Compare/Makefile b/devel/p5-Data-Range-Compare/Makefile
index e7feb5e41331..54fdc275b66d 100644
--- a/devel/p5-Data-Range-Compare/Makefile
+++ b/devel/p5-Data-Range-Compare/Makefile
@@ -12,8 +12,9 @@ COMMENT= Find gaps and intersections in lists of ranges
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>