freebsd-ports/textproc/p5-Excel-Writer-XLSX/Makefile
2020-06-03 18:09:00 +00:00

27 lines
604 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Excel-Writer-XLSX
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JMCNAMARA
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create a new file in the Excel 2007+ XLSX format
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip
TEST_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc \
p5-Date-Manip>=0:devel/p5-Date-Manip
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>