mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
31 lines
724 B
Makefile
31 lines
724 B
Makefile
# New ports collection makefile for: Spreadsheet::WriteExcelXML
|
|
# Date created: 7 May 2004
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Spreadsheet-WriteExcelXML
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JMCNAMARA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create an Excel file in XML format
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
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>
|