diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-25 09:36:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-25 09:36:21 +0000 |
commit | 012682a953a0c49ba88c8ef8bd5bfd6a59d68e6a (patch) | |
tree | 336848b98460f216d42db4302e7d5178aa684a8a /databases/p5-SQL-Statement/Makefile | |
parent | f9617b202c002afb8871f05b991f7dc2de154223 (diff) | |
download | pkgsrc-012682a953a0c49ba88c8ef8bd5bfd6a59d68e6a.tar.gz |
p5-SQL-Statement: update to 1.412nb2.
Add missing dependency.
Diffstat (limited to 'databases/p5-SQL-Statement/Makefile')
-rw-r--r-- | databases/p5-SQL-Statement/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index 23c9436c03d..75e6cb399b3 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2017/06/05 14:22:31 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.50 2018/03/25 09:36:21 wiz Exp $ DISTNAME= SQL-Statement-1.412 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -15,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util DEPENDS+= p5-Math-Base-Convert>=0:../../math/p5-Math-Base-Convert +DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep |