aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:36:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:36:30 +0000
commitdd8252f6e6b6242d84bccfbd7f5453e79457d4af (patch)
treea49112b1d8af95e2de0d3355f066a4218ec10b71 /databases
parent34f069aabc42a2c5155f6168da86efe667f095de (diff)
downloadports-dd8252f6e6b6242d84bccfbd7f5453e79457d4af.tar.gz
ports-dd8252f6e6b6242d84bccfbd7f5453e79457d4af.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=532317
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Class-Cursor-Cached/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class-Cursor-Cached/Makefile b/databases/p5-DBIx-Class-Cursor-Cached/Makefile
index a678e79b5618..af180a59c563 100644
--- a/databases/p5-DBIx-Class-Cursor-Cached/Makefile
+++ b/databases/p5-DBIx-Class-Cursor-Cached/Makefile
@@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Carp-Clan>=6.0:devel/p5-Carp-Clan \
TEST_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>