aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-06 07:24:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-06 07:24:02 +0800
commit86b64895cf2d9e00de19fa529535d62d89b82bc7 (patch)
treee90f62ec05743c4e7f97f059ef1b6f217ce904e1 /databases
parentc2418dd0f42c4a232f45ed6b3de3792cdc31b685 (diff)
downloadfreebsd-ports-gnome-86b64895cf2d9e00de19fa529535d62d89b82bc7.tar.gz
freebsd-ports-gnome-86b64895cf2d9e00de19fa529535d62d89b82bc7.tar.zst
freebsd-ports-gnome-86b64895cf2d9e00de19fa529535d62d89b82bc7.zip
Remove outdated PERL_LEVEL check
- While I'm here, move *_DEPENDS together With hat: perl
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 61324d69b95c..3938f8bfb525 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -30,6 +30,7 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-String-ToIdentifier-EN>=0.05:textproc/p5-String-ToIdentifier-EN \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-namespace-clean>=0.20:devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Config-General>=0:devel/p5-Config-General \
p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \
p5-DBIx-Class-IntrospectableM2M>=0:databases/p5-DBIx-Class-IntrospectableM2M \
@@ -50,12 +51,4 @@ MYSQL_USE= MYSQL=yes
PGSQL_USES= pgsql
SQLITE_USES= sqlite
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.40:lang/p5-Scalar-List-Utils
-.endif
-
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>