summaryrefslogtreecommitdiff
path: root/textproc/p5-Excel-Writer-XLSX/Makefile
blob: 838636424897a35526c9bf24b13cdceef26c1f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Excel-Writer-XLSX
PORTVERSION=	0.72
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=	p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
		p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip

USE_PERL5=	configure
USES=		perl5

MAN1=		extract_vba.1
MAN3=		Excel::Writer::XLSX.3 \
		Excel::Writer::XLSX::Chart.3 \
		Excel::Writer::XLSX::Chart::Area.3 \
		Excel::Writer::XLSX::Chart::Bar.3 \
		Excel::Writer::XLSX::Chart::Column.3 \
		Excel::Writer::XLSX::Chart::Line.3 \
		Excel::Writer::XLSX::Chart::Pie.3 \
		Excel::Writer::XLSX::Chart::Radar.3 \
		Excel::Writer::XLSX::Chart::Scatter.3 \
		Excel::Writer::XLSX::Chart::Stock.3 \
		Excel::Writer::XLSX::Chartsheet.3 \
		Excel::Writer::XLSX::Drawing.3 \
		Excel::Writer::XLSX::Examples.3 \
		Excel::Writer::XLSX::Format.3 \
		Excel::Writer::XLSX::Package::App.3 \
		Excel::Writer::XLSX::Package::Comments.3 \
		Excel::Writer::XLSX::Package::ContentTypes.3 \
		Excel::Writer::XLSX::Package::Core.3 \
		Excel::Writer::XLSX::Package::Packager.3 \
		Excel::Writer::XLSX::Package::Relationships.3 \
		Excel::Writer::XLSX::Package::SharedStrings.3 \
		Excel::Writer::XLSX::Package::Styles.3 \
		Excel::Writer::XLSX::Package::Table.3 \
		Excel::Writer::XLSX::Package::Theme.3 \
		Excel::Writer::XLSX::Package::VML.3 \
		Excel::Writer::XLSX::Package::XMLwriter.3 \
		Excel::Writer::XLSX::Shape.3 \
		Excel::Writer::XLSX::Utility.3 \
		Excel::Writer::XLSX::Workbook.3 \
		Excel::Writer::XLSX::Worksheet.3

NO_STAGE=	yes
.include <bsd.port.mk>