18 lines
536 B
Makefile
18 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:30 tv Exp $
|
|
#
|
|
|
|
DISTNAME= Spreadsheet-ParseExcel-0.2602
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl module to get information from an Excel file
|
|
|
|
DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite
|
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/ParseExcel/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|