pkgsrc/devel/p5-OLE-Storage_Lite/Makefile
heinz a4b31069f9 Updated to version 0.15.
Pkgsrc changes:
  - Simplified MASTER_SITES.
  - The package supports installation to DESTDIR.
  - A compiler is not necessary.

Changes since version 0.14:
===========================
0.15  Sat Dec 1  18:00:00 2007
    - Fix for OLE::Storage_Lite performance degradation caused
      by Math::BigInt degradation.
      http://rt.cpan.org/Public/Bug/Display.html?id=31006
      Thanks Jonathan Kamens.
2008-02-07 21:02:07 +00:00

22 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/02/07 21:02:07 heinz Exp $
DISTNAME= OLE-Storage_Lite-0.15
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"