diff options
author | mef <mef@pkgsrc.org> | 2015-11-22 23:55:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-11-22 23:55:51 +0000 |
commit | abd8d40d430116baa0ad9f4251e867edf9ad8ba2 (patch) | |
tree | 361a2b196b3d6be8fde6f8d3d11a54c4e939862c /databases/p5-SQL-Abstract | |
parent | 4d2a6ea8aec03138712d6d8dd97cd7a1acd3e5a3 (diff) | |
download | pkgsrc-abd8d40d430116baa0ad9f4251e867edf9ad8ba2.tar.gz |
Add followig line for make test
+BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 14cc9da398a..ca6b8a99e21 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/07/12 18:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/11/22 23:55:51 mef Exp $ DISTNAME= SQL-Abstract-1.81 PKGNAME= p5-${DISTNAME} @@ -16,6 +16,7 @@ DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descripti DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge #DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo BUILD_DEPENDS+= p5-Test-Deep>=0.101:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple |