pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-ParseExcel The package supports in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86392179b74e
branches:  trunk
changeset: 538422:86392179b74e
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Feb 07 21:09:30 2008 +0000

description:
The package supports installation to DESTDIR.
A compiler is not necessary.

diffstat:

 math/p5-Spreadsheet-ParseExcel/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ae1a916124f9 -r 86392179b74e math/p5-Spreadsheet-ParseExcel/Makefile
--- a/math/p5-Spreadsheet-ParseExcel/Makefile   Thu Feb 07 21:02:07 2008 +0000
+++ b/math/p5-Spreadsheet-ParseExcel/Makefile   Thu Feb 07 21:09:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/06/10 09:08:49 obache Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/07 21:09:30 heinz Exp $
 #
 
 DISTNAME=      Spreadsheet-ParseExcel-0.32
@@ -10,9 +10,12 @@
 HOMEPAGE=      http://search.cpan.org/dist/Spreadsheet-ParseExcel/
 COMMENT=       Perl module to get information from an Excel file
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite
 
-PERL5_PACKLIST=                auto/Spreadsheet/ParseExcel/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Spreadsheet/ParseExcel/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index