diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-11 12:43:36 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-11 12:43:36 +0000 |
commit | 23a705561111791531de49e68ea51206a6e55d10 (patch) | |
tree | 35208a080b9463489a14a3cf396b0be299f97753 /databases/p5-DBIx-Class | |
parent | 95c11df2f5a313f8745f5cab61e91fbca4f9392b (diff) | |
download | pkgsrc-23a705561111791531de49e68ea51206a6e55d10.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/Makefile | 4 |
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 |