summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-11 17:12:13 +0000
committerjoerg <joerg>2009-09-11 17:12:13 +0000
commitcf6b2d563d6ce66fcb1bda95c4da5dcf78ae326d (patch)
tree2f21341289461e2af1572ded7544f935743f8d2d /www
parent597125e81812a3dbcb31acbb7f617b4f1ef91031 (diff)
downloadpkgsrc-cf6b2d563d6ce66fcb1bda95c4da5dcf78ae326d.tar.gz
Needs newer Module::Build than Perl has included.
Diffstat (limited to 'www')
-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"