diff options
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcelXML/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcelXML/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcelXML/Makefile b/textproc/p5-Spreadsheet-WriteExcelXML/Makefile index d333d9cdfe53..26385535aad3 100644 --- a/textproc/p5-Spreadsheet-WriteExcelXML/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcelXML/Makefile @@ -6,14 +6,18 @@ # PORTNAME= Spreadsheet-WriteExcelXML -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= textproc perl5 -MASTER_SITES= CPAN/../../authors/id/J/JM/JMCNAMARA +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JMCNAMARA PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create an Excel file in XML format +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + PERL_CONFIGURE= yes MAN3= Spreadsheet::WriteExcelXML.3 \ |