pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Statement pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c9dad98f0b6
branches:  trunk
changeset: 555198:5c9dad98f0b6
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Feb 25 21:06:00 2009 +0000

description:
pkgsrc changes:

- add dependencies as they were noted in META.yml during the upstream changes

diffstat:

 databases/p5-SQL-Statement/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 19ae24bf0271 -r 5c9dad98f0b6 databases/p5-SQL-Statement/Makefile
--- a/databases/p5-SQL-Statement/Makefile       Wed Feb 25 21:03:01 2009 +0000
+++ b/databases/p5-SQL-Statement/Makefile       Wed Feb 25 21:06:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/02/24 20:44:54 he Exp $
+# $NetBSD: Makefile,v 1.26 2009/02/25 21:06:00 sno Exp $
 #
 
 DISTNAME=      SQL-Statement-1.19
@@ -17,6 +17,10 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+DEPENDS+=      p5-Test-Simple>=0.86:../../devel/p5-Test-Simple
+DEPENDS+=      p5-Params-Util>=0.35:../../devel/p5-Params-Util
+DEPENDS+=      p5-Clone>=0.30:../../devel/p5-Clone
+
 PERL5_PACKLIST=                auto/SQL/Statement/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index