2004-05-07 21:37:37 +02:00
|
|
|
# New ports collection makefile for: Spreadsheet::WriteExcelXML
|
|
|
|
# Date created: 7 May 2004
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Spreadsheet-WriteExcelXML
|
2005-05-24 16:33:04 +02:00
|
|
|
PORTVERSION= 0.10
|
2004-05-07 21:37:37 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-07 21:37:37 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-05-24 16:33:04 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-05-07 21:37:37 +02:00
|
|
|
COMMENT= Create an Excel file in XML format
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Spreadsheet::WriteExcelXML.3 \
|
|
|
|
Spreadsheet::WriteExcelXML::Format.3 \
|
|
|
|
Spreadsheet::WriteExcelXML::Utility.3 \
|
|
|
|
Spreadsheet::WriteExcelXML::Workbook.3 \
|
|
|
|
Spreadsheet::WriteExcelXML::Worksheet.3 \
|
|
|
|
Spreadsheet::WriteExcelXML::XMLwriter.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|