diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:34:26 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:34:26 +0000 |
commit | 238a1fffc799e6178bb9a8230e0c521ccea62747 (patch) | |
tree | e15752ef4af2155485f724e08f385b90161a7eda | |
parent | 7d37465ba92dca81edade06fc47a21ea8ede3b51 (diff) | |
download | ports-238a1fffc799e6178bb9a8230e0c521ccea62747.tar.gz ports-238a1fffc799e6178bb9a8230e0c521ccea62747.zip |
devel/p5-File-Slurp-Tree: Cosmetic change
-rw-r--r-- | devel/p5-File-Slurp-Tree/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-File-Slurp-Tree/Makefile b/devel/p5-File-Slurp-Tree/Makefile index fff6aded00d1..e522cb0de4fa 100644 --- a/devel/p5-File-Slurp-Tree/Makefile +++ b/devel/p5-File-Slurp-Tree/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ p5-File-Slurp>=0:devel/p5-File-Slurp -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |