summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-10-11 12:43:36 +0000
committerhiramatsu <hiramatsu>2011-10-11 12:43:36 +0000
commita5ddd70c3fea8976d50add04c2a9f3ca883f3837 (patch)
tree35208a080b9463489a14a3cf396b0be299f97753 /databases/p5-DBIx-Class
parent02c7b55165dab83889f2a7dfa4e29501970ac859 (diff)
downloadpkgsrc-a5ddd70c3fea8976d50add04c2a9f3ca883f3837.tar.gz
Fix path to the perl interpreter with "REPLACE_PERL=script/dbicadmin".
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index de84f266db8..3c3e82cd910 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/10/08 03:54:34 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.23 2011/10/11 12:43:36 hiramatsu Exp $
DISTNAME= DBIx-Class-0.08195
PKGNAME= p5-${DISTNAME}
@@ -36,6 +36,8 @@ BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
PKG_DESTDIR_SUPPORT= user-destdir
+REPLACE_PERL= script/dbicadmin
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled