- update to 0.13
- add WWW - add licenses - changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcelXML-0.13/Changes
This commit is contained in:
parent
5e20f20773
commit
ffd7f7b757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271771
3 changed files with 10 additions and 4 deletions
|
@ -6,14 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Spreadsheet-WriteExcelXML
|
PORTNAME= Spreadsheet-WriteExcelXML
|
||||||
PORTVERSION= 0.12
|
PORTVERSION= 0.13
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN/../../authors/id/J/JM/JMCNAMARA
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR= CPAN:JMCNAMARA
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Create an Excel file in XML format
|
COMMENT= Create an Excel file in XML format
|
||||||
|
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE= ART20 GPLv1
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Spreadsheet::WriteExcelXML.3 \
|
MAN3= Spreadsheet::WriteExcelXML.3 \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Spreadsheet-WriteExcelXML-0.12.tar.gz) = c5cf0020427864229b396097ae97cf5acaba06a9a8ce1e77c275f304014f9474
|
SHA256 (Spreadsheet-WriteExcelXML-0.13.tar.gz) = 2bfc81577024d121b15567b0470da35f207ed156f5aa7bd55fe12282c687d575
|
||||||
SIZE (Spreadsheet-WriteExcelXML-0.12.tar.gz) = 146017
|
SIZE (Spreadsheet-WriteExcelXML-0.13.tar.gz) = 146288
|
||||||
|
|
|
@ -12,3 +12,5 @@ Spreadsheet::WriteExcel.
|
||||||
|
|
||||||
This module cannot, as yet, be used to write to an existing
|
This module cannot, as yet, be used to write to an existing
|
||||||
Excel XML file.
|
Excel XML file.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcelXML/
|
||||||
|
|
Loading…
Reference in a new issue