aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Excel-Writer-XLSX/Makefile
blob: 909a063e7c2fb8054c15a29c1dd084d6e9c563b3 (plain) (blame)
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
# New ports collection makefile for:    p5-Excel-Writer-XLSX
# Date created:     2011-10-02
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Excel-Writer-XLSX
PORTVERSION=    0.26
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Create a new file in the Excel 2007+ XLSX format

BUILD_DEPENDS=  p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip
RUN_DEPENDS=    p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip

PERL_CONFIGURE= yes

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::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::Theme.3 \
        Excel::Writer::XLSX::Package::VML.3 \
        Excel::Writer::XLSX::Package::XMLwriter.3 \
        Excel::Writer::XLSX::Package::XMLwriterSimple.3 \
        Excel::Writer::XLSX::Utility.3 \
        Excel::Writer::XLSX::Workbook.3 \
        Excel::Writer::XLSX::Worksheet.3

.include <bsd.port.mk>