summaryrefslogtreecommitdiff
path: root/www/p5-URI-FromHash
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2009-09-17 19:03:51 +0000
committerheinz <heinz@pkgsrc.org>2009-09-17 19:03:51 +0000
commit20bb34ca44b4c43dc86a85374825d13201cdb941 (patch)
treeaab7c29768fa88b5223ad06e3a893063c2464e4b /www/p5-URI-FromHash
parent0fc4fb8b66b4c6d7c912cb34225f9a777877ea2a (diff)
downloadpkgsrc-20bb34ca44b4c43dc86a85374825d13201cdb941.tar.gz
This Perl module is in fact using Module::Build. Setting the correct
PERL5_MODULE_TYPE makes this package install successfully with USE_DESTDIR=yes. This fixes installation on NetBSD 3.1 and should also fix the problem reported in Hasso Tepper's bulk build for DragonFly from 2009-09-11. Set correct MAINTAINER (I did not create/import this package).
Diffstat (limited to 'www/p5-URI-FromHash')
-rw-r--r--www/p5-URI-FromHash/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-URI-FromHash/Makefile b/www/p5-URI-FromHash/Makefile
index 98ab420a041..87e1e3b2f32 100644
--- a/www/p5-URI-FromHash/Makefile
+++ b/www/p5-URI-FromHash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/27 10:36:42 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/17 19:03:51 heinz Exp $
#
DISTNAME= URI-FromHash-0.03
@@ -6,7 +6,7 @@ PKGNAME= p5-${DISTNAME}
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
-MAINTAINER= heinz@NetBSD.org
+MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/URI/
COMMENT= Build a URI from a set of named parameters
@@ -17,6 +17,7 @@ DEPENDS+= p5-URI>0:../../www/p5-URI
DEPENDS+= p5-Params-Validate>0:../../devel/p5-Params-Validate
USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/URI/FromHash/.packlist
.include "../../lang/perl5/module.mk"