diff options
Diffstat (limited to 'textproc/p5-Excel-Writer-XLSX/Makefile')
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-Excel-Writer-XLSX/Makefile b/textproc/p5-Excel-Writer-XLSX/Makefile index a6da2ec6a070..332f934193ff 100644 --- a/textproc/p5-Excel-Writer-XLSX/Makefile +++ b/textproc/p5-Excel-Writer-XLSX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA @@ -49,7 +49,4 @@ MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Workbook.3 \ Excel::Writer::XLSX::Worksheet.3 -post-extract: - @${RM} ${WRKSRC}/._Makefile.PL - .include <bsd.port.mk> |