pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-RecordParser fixing PERL5_MODULE_TYPE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e106ecf276d
branches:  trunk
changeset: 397913:6e106ecf276d
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Aug 20 17:32:45 2009 +0000

description:
fixing PERL5_MODULE_TYPE

diffstat:

 textproc/p5-Text-RecordParser/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 290cd3b987fe -r 6e106ecf276d textproc/p5-Text-RecordParser/Makefile
--- a/textproc/p5-Text-RecordParser/Makefile    Thu Aug 20 17:17:50 2009 +0000
+++ b/textproc/p5-Text-RecordParser/Makefile    Thu Aug 20 17:32:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 09:14:43 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/20 17:32:45 sno Exp $
 #
 
 DISTNAME=      Text-RecordParser-1.3.0
@@ -24,8 +24,9 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_LANGUAGES= # empty
-PERL5_PACKLIST=        auto/Text/RecordParser/.packlist
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Text/RecordParser/.packlist
+PERL5_MODULE_TYPE=     Module::Build
 
 USE_TOOLS+=perl
 



Home | Main Index | Thread Index | Old Index