pkgsrc/textproc/php-excel/options.mk
rodent 0012671427 Import php54-excel-1.8.0 as textproc/php-excel.
PHPExcel is a library written in pure PHP and providing a set of classes that
allow you to write to and read from different spreadsheet file formats, like
Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc
.ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML
standard and PHP.
2014-07-31 00:00:32 +00:00

17 lines
435 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/07/31 00:00:32 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-excel
PKG_SUPPORTED_OPTIONS= gd zip
PKG_SUGGESTED_OPTIONS+= gd zip
.include "../../mk/bsd.options.mk"
.include "../../lang/php/phpversion.mk"
.if !empty(PKG_OPTIONS:Mgd)
DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
.endif
.if !empty(PKG_OPTIONS:Mzip)
DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
.endif