21 lines
400 B
Makefile
21 lines
400 B
Makefile
COMMENT = Perl extension for reading MS Excel 2007 files
|
|
|
|
DISTNAME = Spreadsheet-XLSX-0.17
|
|
|
|
CATEGORIES = misc
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = archivers/p5-Archive-Zip>=1.18 \
|
|
misc/p5-Spreadsheet-ParseExcel
|
|
TEST_DEPENDS = devel/p5-Test-NoWarnings \
|
|
devel/p5-Test-Warnings
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|