mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2fa25260ab
structures as HTML::Template. PR: ports/99493 Submitted by: Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> Approved by: delphij (mentor)
49 lines
1.5 KiB
Makefile
49 lines
1.5 KiB
Makefile
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= PDF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= yaizawa@mdbl.sfc.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>
|