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 | 1ba9c5c613458e6c9ee2945cdf4c9a7446e1656a (patch) | |
tree | 35208a080b9463489a14a3cf396b0be299f97753 | |
parent | e8b4c6b3bd0efb6675a8c1f8a32087c78ae52d61 (diff) | |
download | pkgsrc-1ba9c5c613458e6c9ee2945cdf4c9a7446e1656a.tar.gz |
Fix path to the perl interpreter with "REPLACE_PERL=script/dbicadmin".
-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 |