aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Spreadsheet-WriteExcel/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-11-09 14:05:13 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-11-09 14:05:13 +0000
commit0d1da9264c9902844ea4cc39aa6c240bcf0b1de5 (patch)
tree5882a51eb41fc75fd2d32e53b81389be95d88c5c /textproc/p5-Spreadsheet-WriteExcel/Makefile
parentc279de6e94c19123e0cdd238ffac7a66639a5990 (diff)
downloadports-0d1da9264c9902844ea4cc39aa6c240bcf0b1de5.tar.gz
ports-0d1da9264c9902844ea4cc39aa6c240bcf0b1de5.zip
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel/Makefile')
-rw-r--r--textproc/p5-Spreadsheet-WriteExcel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile
index 5a88108a866e..85b4d5adb618 100644
--- a/textproc/p5-Spreadsheet-WriteExcel/Makefile
+++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Spreadsheet-WriteExcel
-PORTVERSION= 2.04
+PORTVERSION= 2.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Spreadsheet
@@ -23,9 +23,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+MAN1= chartex.1
MAN3= Spreadsheet::WriteExcel.3 \
Spreadsheet::WriteExcel::BIFFwriter.3 \
Spreadsheet::WriteExcel::Big.3 \
+ Spreadsheet::WriteExcel::Chart.3 \
Spreadsheet::WriteExcel::Format.3 \
Spreadsheet::WriteExcel::Formula.3 \
Spreadsheet::WriteExcel::OLEwriter.3 \
@@ -60,6 +62,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/README \
${WRKSRC}/examples/republic.bmp ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}/charts
+ ${INSTALL_DATA} ${WRKSRC}/charts/* ${EXAMPLESDIR}/charts
.endif
.include <bsd.port.post.mk>