summaryrefslogtreecommitdiff
path: root/www/p5-URI-Find
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-11 17:12:13 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-11 17:12:13 +0000
commitd051119095b15a153bb08eb50238d4973f8a3447 (patch)
tree2f21341289461e2af1572ded7544f935743f8d2d /www/p5-URI-Find
parentc3df0a82f4af20a17a1d4cc92de1d30b82207c04 (diff)
downloadpkgsrc-d051119095b15a153bb08eb50238d4973f8a3447.tar.gz
Needs newer Module::Build than Perl has included.
Diffstat (limited to 'www/p5-URI-Find')
-rw-r--r--www/p5-URI-Find/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile
index 914843328eb..a95a5d91723 100644
--- a/www/p5-URI-Find/Makefile
+++ b/www/p5-URI-Find/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 18:31:12 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/11 17:12:13 joerg Exp $
#
DISTNAME= URI-Find-20090319
@@ -21,5 +21,7 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/URI/Find/.packlist
PERL5_MODULE_TYPE= Module::Build
+BUILD_DEPENDS+= p5-Module-Build>=0.30000:../../devel/p5-Module-Build
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"