diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
commit | f6d56007b984e83ebda7162c99abc18d5bde982e (patch) | |
tree | aa20f69168c1d6c9e0dbf200cc417eb6ea9147ca /databases/p5-Test-Fixture-DBI/Makefile | |
parent | bd0d393e807d8d13fca4ce0ff12e4497385e3e24 (diff) |
Notes
Diffstat (limited to 'databases/p5-Test-Fixture-DBI/Makefile')
-rw-r--r-- | databases/p5-Test-Fixture-DBI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Test-Fixture-DBI/Makefile b/databases/p5-Test-Fixture-DBI/Makefile index fe61b46b1c2f..ec06ce94506b 100644 --- a/databases/p5-Test-Fixture-DBI/Makefile +++ b/databases/p5-Test-Fixture-DBI/Makefile @@ -13,13 +13,13 @@ COMMENT= Perl extension to load fixture data into database LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-DBI>0:databases/p5-DBI \ p5-SQL-Abstract>0:databases/p5-SQL-Abstract \ p5-SQL-Abstract-Plugin-InsertMulti>0:databases/p5-SQL-Abstract-Plugin-InsertMulti \ p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \ p5-YAML-Syck>0:textproc/p5-YAML-Syck -BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Sub-Uplevel>=0:devel/p5-Sub-Uplevel |