diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 21:28:29 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 21:28:29 +0000 |
commit | cd020aafa32e7c41903a4c2a9d35a6ea0279fc4d (patch) | |
tree | 3efe23bbb03ab1f2f943dc9cd2be8cbda95f7d8f /math | |
parent | 95b23e6551bab1279cd24b8a5d2b0603f818755a (diff) | |
download | pkgsrc-cd020aafa32e7c41903a4c2a9d35a6ea0279fc4d.tar.gz |
The package supports installation to DESTDIR.
A compiler is not necessary.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile index 71d84e0bd7c..7d77bf38f50 100644 --- a/math/p5-Spreadsheet-WriteExcel/Makefile +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/06/10 09:15:37 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/02/07 21:31:48 heinz Exp $ # DISTNAME= Spreadsheet-WriteExcel-2.18 @@ -10,10 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/ COMMENT= Create Excel data files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent DEPENDS+= p5-OLE-Storage_Lite>=0.14:../../devel/p5-OLE-Storage_Lite -PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |