mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
b1f64ef6b7
CVE-2023-7101
28 lines
514 B
Makefile
28 lines
514 B
Makefile
COMMENT = read information from Excel spreadsheet
|
|
|
|
DISTNAME = Spreadsheet-ParseExcel-0.66
|
|
EPOCH = 0
|
|
|
|
CATEGORIES = misc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = converters/p5-Jcode \
|
|
converters/p5-Unicode-Map \
|
|
devel/p5-IO-stringy \
|
|
devel/p5-OLE-Storage_Lite>=0.19 \
|
|
misc/p5-Spreadsheet-WriteExcel \
|
|
security/p5-Crypt-RC4 \
|
|
security/p5-Digest-Perl-MD5 \
|
|
textproc/p5-Text-CSV_XS
|
|
|
|
PKG_ARCH = *
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = sample
|
|
|
|
.include <bsd.port.mk>
|