p5-DBD-MariaDB: use MARIADB_VERSIONS_ALL

This commit is contained in:
nia 2023-07-14 13:26:43 +00:00
parent 84895b53ce
commit ae4fd44d40
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2023/07/14 13:04:55 abs Exp $
# $NetBSD: Makefile,v 1.5 2023/07/14 13:26:43 nia Exp $
DISTNAME= DBD-MariaDB-1.21
PKGNAME= p5-${DISTNAME}
@ -20,7 +20,7 @@ REPLACE_PERL= lib/DBD/MariaDB.pm
# MAKE_PARAMS+= --nocatchstderr
MYSQL_VERSIONS_ACCEPTED= mariadb1011 mariadb106 mariadb105 mariadb104
MYSQL_VERSIONS_ACCEPTED= ${MARIADB_VERSIONS_ALL}
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"