Upstream changes: 0.19 Tue Nov 24 2009 ! Fixed bug where the OLE header wasn't been written correctly for files < 7MB. This was causing Spreadsheet::WriteExcel problems in Windows 7.
22 lines
638 B
Makefile
22 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/01/24 23:20:40 seb Exp $
|
|
|
|
DISTNAME= OLE-Storage_Lite-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5osl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OLE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/OLE-Storage_Lite/
|
|
COMMENT= Module for reading and writing OLE-Structured files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-IO-stringy>=2.101:../../devel/p5-IO-stringy
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/OLE/Storage_Lite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|