summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-DBICx-Deploy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile
index 7afc09a2849..4be538c44a7 100644
--- a/databases/p5-DBICx-Deploy/Makefile
+++ b/databases/p5-DBICx-Deploy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/08/06 20:32:13 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/29 12:19:48 obache Exp $
DISTNAME= DBICx-Deploy-0.02
PKGNAME= p5-${DISTNAME}
@@ -19,5 +19,7 @@ BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator
+REPLACE_PERL+= bin/dbicdeploy
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"