blob: f0f7c03b35dcd460055fe6e3f78ce40c1ff069a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.13 2006/11/05 02:27:37 obache Exp $
#
DISTNAME= Spreadsheet-WriteExcel-2.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/
COMMENT= Create Excel data files
DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|