summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r--databases/p5-SQL-Abstract/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 2e5dbe8c28c..64944e26290 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2009/03/16 22:30:49 seb Exp $
+# $NetBSD: Makefile,v 1.10 2009/04/10 09:43:22 abs Exp $
#
-DISTNAME= SQL-Abstract-1.50
+DISTNAME= SQL-Abstract-1.51
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
@@ -13,14 +13,13 @@ COMMENT= Generate SQL from Perl data structures
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+= p5-Scalar-List-Utils>0:../../devel/p5-Scalar-List-Utils
+BUILD_DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
-post-patch:
- -rm -f ${WRKSRC}/lib/SQL/.Abstract.pm.swp
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"