aboutsummaryrefslogtreecommitdiffstats
path: root/print/p5-PDF-Template/Makefile
blob: d7ea89021550955c503ac579bae9bd133b3bc00c (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
# New ports collection makefile for:    p5-PDF-Template
# Date created:     2006-06-26
# Whom:         Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   PDF-Template
PORTVERSION=    0.22
CATEGORIES= print perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp
COMMENT=    PDF layout system that uses the same data structures as HTML::Template

BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib-perl \
        ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       PDF::Template::Element::Weblink.3 \
        PDF::Template::Container::Scope.3 \
        PDF::Template::Container::Margin.3 \
        PDF::Template::Container::Font.3 \
        PDF::Template::Element::Bookmark.3 \
        PDF::Template::Element::TextBox.3 \
        PDF::Template::Element::Var.3 \
        PDF::Template::Container::Header.3 \
        PDF::Template::Container::PdfTemplate.3 \
        PDF::Template::Container::Loop.3 \
        PDF::Template::Container::Conditional.3 \
        PDF::Template::Container::Always.3 \
        PDF::Template::Element::HorizontalRule.3 \
        PDF::Template::Container::Section.3 \
        PDF::Template::Element::Image.3 \
        PDF::Template::Element::Circle.3 \
        PDF::Template::Element::PageBreak.3 \
        PDF::Template::Container::PageDef.3 \
        PDF::Template::Container::Row.3 \
        PDF::Template::Container::Footer.3 \
        PDF::Template::Element.3 \
        PDF::Template.3 \
        PDF::Template::Element::Line.3

.include <bsd.port.mk>