pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:23 jlam Exp $
#
DISTNAME= Spreadsheet-WriteExcel-0.41
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Create Excel data files
DEPENDS+= p5-Parse-RecDescent-*:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-File-Temp-*:../../devel/p5-File-Temp
PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"