aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:24:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:24:02 +0000
commit687d3b48bfce26b018583f9a6ecb94055f1fa158 (patch)
treee90f62ec05743c4e7f97f059ef1b6f217ce904e1 /databases/p5-DBIx-Class-Schema-Loader
parente8cd1dfb1ee0ebc3df697b01d4254cd7792e7415 (diff)
downloadports-687d3b48bfce26b018583f9a6ecb94055f1fa158.tar.gz
ports-687d3b48bfce26b018583f9a6ecb94055f1fa158.zip
Remove outdated PERL_LEVEL check
- While I'm here, move *_DEPENDS together With hat: perl
Notes
Notes: svn path=/head/; revision=442694
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-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>