1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/p5-Spreadsheet-XLSX/Makefile
Mathieu Arnold 580056663c * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-22 11:47:22 +00:00

25 lines
634 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Spreadsheet-XLSX
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMOW
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}-withoutworldwriteables
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension for reading MS Excel 2007 files
BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
p5-Archive-Zip>0:${PORTSDIR}/archivers/p5-Archive-Zip
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>